Skip to content

Commit

Permalink
use different label sync action
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Mar 1, 2024
1 parent 4016660 commit 9caad5f
Showing 1 changed file with 22 additions and 16 deletions.
38 changes: 22 additions & 16 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: r7kamura/github-label-sync-action@v0
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
token: ${{ secrets.LABEL_SYNC_TOKEN }}
target_repository: ${{ matrix.repos }}
github_token: ${{ secrets.LABEL_SYNC_TOKEN }}

0 comments on commit 9caad5f

Please sign in to comment.