mirror of
https://github.com/ceph/ceph
synced 2024-12-23 03:44:23 +00:00
298bc67f7b
... starting with dashboard ones. Requires https://github.com/marketplace/actions/labeler Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
12 lines
205 B
YAML
12 lines
205 B
YAML
name: "Pull Request Labeler"
|
|
on:
|
|
- pull_request_target
|
|
|
|
jobs:
|
|
triage:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/labeler@main
|
|
with:
|
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|