Skip to content

Commit

Permalink
[CI] switch off autosyncing of labels (#4895)
Browse files Browse the repository at this point in the history
close #4840
  • Loading branch information
orbeckst authored Jan 22, 2025
1 parent 6842fd7 commit f260c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/pr_path_labeler.yml"
sync-labels: true # remove labels if file not modified anymore
sync-labels: false # remove labels if file not modified anymore

0 comments on commit f260c4a

Please sign in to comment.