Skip to content

Commit

Permalink
feat(workflow): update label sync
Browse files Browse the repository at this point in the history
  • Loading branch information
robocopklaus authored Aug 8, 2024
1 parent 29bae96 commit 03171b1
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Download Latest Label Definitions
run: |
curl -s --retry 5 \
"https://raw.githubusercontent.com/21stdigital/workflows/main/.github/labels.yml" \
-o labels.yml
- name: Run Label Syncer
uses: micnncim/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: EndBug/label-sync@v2
with:
manifest: labels.yml
config-file: https://raw.githubusercontent.com/21stdigital/workflows/main/.github/labels.yml
delete-other-labels: false
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 03171b1

Please sign in to comment.