Skip to content

Commit

Permalink
[labeler] Set sync labels to false to stop removing labels (#128446)
Browse files Browse the repository at this point in the history
#128440

The current version of the action has a bug where the sync-labels default value is not read correctly. Explicitly setting to see if that stops the removals.
  • Loading branch information
Casey Hillers committed Jun 8, 2023
1 parent 54e27e3 commit 6e254a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ jobs:
steps:
# Source available at https://github.com/actions/labeler/blob/main/README.md
- uses: actions/labeler@9fcb2c2f5584144ca754f8bfe8c6f81e77753375
with:
sync-labels: false

0 comments on commit 6e254a3

Please sign in to comment.