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 58bf12b commit 03ed55b
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions .github/workflows/label-syncer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,19 @@ jobs:
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

- name: Sync labels
uses: micnncim/action-label-syncer@v1.3.0
- name: Label Sync
uses: srealmoreno/label-sync-action@v1
with:
repository: ${{ matrix.repos }}
token: ${{ secrets.LABEL_SYNC_TOKEN }}
auto-discover-repos: true
exclude-repos: |
.github
account-type: org
exclude-forked-repos: true
exclude-archived-repos: true
exclude-private-repos: true
exclude-disabled-repos: true

0 comments on commit 03ed55b

Please sign in to comment.