Skip to content

Commit

Permalink
github/labeler: disable sync-labels
Browse files Browse the repository at this point in the history
Yaml syntax cleaned too.

Fixes: ceph#38107 (comment)
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
(cherry picked from commit 59702b6)
  • Loading branch information
epuertat authored and Deepika Upadhyay committed Mar 12, 2021
1 parent b3fe2f7 commit a2131ff
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
name: "Pull Request Labeler"
on:
- pull_request_target

on: pull_request_target
jobs:
triage:
labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: actions/labeler@main
with:
sync-labels: ''
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit a2131ff

Please sign in to comment.