Skip to content

Commit

Permalink
Merge pull request ceph#55364 from ljflores/wip-pr-triage
Browse files Browse the repository at this point in the history
.github/workflows: disable sync-labels in pr-triage
  • Loading branch information
ljflores authored Jan 30, 2024
2 parents 1ef493c + 6cca015 commit faef8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# https://github.com/marketplace/actions/labeler?version=v5.0.0
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9
with:
sync-labels: ''
sync-labels: false
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Assign to Dashboard project
# https://github.com/marketplace/actions/add-to-github-projects?version=v0.5.0
Expand Down

0 comments on commit faef8d5

Please sign in to comment.