Skip to content

use fork of label syncer #13

use fork of label syncer

use fork of label syncer #13

Workflow file for this run

name: Label Syncer
on:
push:
branches:
- main
paths:
- .github/labels.yml
- .github/workflows/label-syncer.yml
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
sync-labels:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Sync labels
uses: jemmic/action-label-syncer@42cc613b082b8e82a1f2cb6e7ac3946752ff1571
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 }}