mirror of
https://github.com/ceph/ceph
synced 2024-12-22 11:31:55 +00:00
59702b6198
Yaml syntax cleaned too. Fixes: https://github.com/ceph/ceph/pull/38107#issuecomment-729300615 Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
12 lines
239 B
YAML
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 }}"
|