Merge pull request #38158 from rhcs-dashboard/fix-labeler-master

github/labeler: disable sync-labels

Reviewed-by: David Galloway <dgallowa@redhat.com>
Reviewed-by: neha-ojha <nojha@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Ernesto Puerta 2020-11-19 12:33:09 +01:00 committed by GitHub
commit dc42564807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}"