Skip to content

Commit

Permalink
github/labeler: disable sync-labels
Browse files Browse the repository at this point in the history
Fixes: ceph#38107
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
  • Loading branch information
epuertat committed Nov 18, 2020
1 parent 50f580c commit de163b7
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: false
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit de163b7

Please sign in to comment.