ceph/.github/workflows/labeler.yml
Ernesto Puerta 59702b6198
github/labeler: disable sync-labels
Yaml syntax cleaned too.

Fixes: https://github.com/ceph/ceph/pull/38107#issuecomment-729300615
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
2020-11-18 13:15:41 +01:00

12 lines
239 B
YAML

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