refactor: update workflows to remove unnecessary inputs and standardize job names

This commit is contained in:
arashagp
2025-01-02 10:57:24 +03:30
parent 9f6efe895e
commit 55d01ac20b
6 changed files with 27 additions and 44 deletions

View File

@@ -3,22 +3,17 @@
name: Sync labels
on:
workflow_dispatch:
push:
branches:
- next
paths:
- .github/labels.yml
workflow_call:
permissions:
contents: read
issues: write
jobs:
labels:
main:
name: Sync labels
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4