Skip to content

Commit

Permalink
use fork of label syncer
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Mar 1, 2024
1 parent 4016660 commit 6797c44
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/label-syncer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ concurrency:
jobs:
sync-labels:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4

- uses: micnncim/action-label-syncer@v1
- name: Sync labels
uses: jemmic/action-label-syncer@42cc613b082b8e82a1f2cb6e7ac3946752ff1571
with:
manifest: .github/labels.yml
repository: |
Expand Down

0 comments on commit 6797c44

Please sign in to comment.