Skip to content

Commit

Permalink
ci: Use maintained action for label sync
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jul 14, 2023
1 parent 8a97e16 commit 8d3b918
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/label-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: micnncim/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
- uses: srealmoreno/label-sync-action@v1
with:
manifest: .github/labels.yml
clean-labels: true

0 comments on commit 8d3b918

Please sign in to comment.