Yaml syntax cleaned too.
Fixes: https://github.com/ceph/ceph/pull/38107#issuecomment-729300615
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
(cherry picked from commit
59702b6198c59b84f1695e37256ae351b331b604)
+---
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 }}"