Skip to content

Commit

Permalink
adjust version and permissions for label sync
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Mar 1, 2024
1 parent 4016660 commit 58bf12b
Showing 1 changed file with 21 additions and 15 deletions.
36 changes: 21 additions & 15 deletions .github/workflows/label-syncer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,30 @@ concurrency:
jobs:
sync-labels:
runs-on: ubuntu-latest
permissions:
pull-requests: write
issues: write
strategy:
matrix:
repos:
- AlmostReliable/almostlib
- AlmostReliable/almostpacked
- AlmostReliable/almostunified
- AlmostReliable/attributetooltipfix
- AlmostReliable/energymeter-forge
- AlmostReliable/kubejs-enderio
- AlmostReliable/lazierae2-forge
- AlmostReliable/lootjs
- AlmostReliable/merequester
- AlmostReliable/morejs
- AlmostReliable/ponderjs
- AlmostReliable/summoningrituals
steps:
- name: Checkout
uses: actions/checkout@v4

- uses: micnncim/action-label-syncer@v1
- name: Sync labels
uses: micnncim/[email protected]
with:
manifest: .github/labels.yml
repository: |
AlmostReliable/almostlib
AlmostReliable/almostpacked
AlmostReliable/almostunified
AlmostReliable/attributetooltipfix
AlmostReliable/energymeter-forge
AlmostReliable/kubejs-enderio
AlmostReliable/lazierae2-forge
AlmostReliable/lootjs
AlmostReliable/merequester
AlmostReliable/morejs
AlmostReliable/ponderjs
AlmostReliable/summoningrituals
repository: ${{ matrix.repos }}
token: ${{ secrets.LABEL_SYNC_TOKEN }}

0 comments on commit 58bf12b

Please sign in to comment.