[go: up one dir, main page]

Skip to content

Commit

Permalink
ci: prevent label remove (#69)
Browse files Browse the repository at this point in the history
This prevents the removal of labels that occurs due to a bug in 'actions/labeler' (see actions/labeler#112).
  • Loading branch information
rickstaa authored Feb 7, 2023
1 parent 8e19ef0 commit 25b2e51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr_labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ jobs:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: ''

1 comment on commit 25b2e51

@vercel
Copy link
@vercel vercel bot commented on 25b2e51 Feb 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.