refactor: update workflows to remove unnecessary inputs and standardize job names
This commit is contained in:
17
.github/workflows/sync-labels.yml
vendored
17
.github/workflows/sync-labels.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user