Skip to content

Commit

Permalink
Create synch-labels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gellipapa authored Jan 21, 2024
1 parent 90ebd87 commit 33d2243
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/synch-labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Sync labels
on:
workflow_call:

permissions:
issues: write

jobs:
labels:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- uses: EndBug/label-sync@v2
with:
config-file: https://raw.githubusercontent.com/esx-framework/.github/main/.github/actions/config-labels.yml
delete-other-labels: false
dry-run: false
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 33d2243

Please sign in to comment.