mirror of
https://github.com/distribution/distribution
synced 2024-11-06 19:35:52 +01:00
fix: add labeler action (#4213)
This commit is contained in:
commit
bf6f5c3f74
3
.github/labeler.yml
vendored
3
.github/labeler.yml
vendored
@ -36,6 +36,9 @@ area/storage/gcs:
|
||||
area/storage/azure:
|
||||
- registry/storage/azure
|
||||
|
||||
area/cache:
|
||||
- registry/storage/cache
|
||||
|
||||
area/auth:
|
||||
- registry/auth
|
||||
|
||||
|
19
.github/workflows/label.yaml
vendored
Normal file
19
.github/workflows/label.yaml
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
name: Pull Request Labeler
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
|
||||
jobs:
|
||||
labeler:
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v5
|
||||
with:
|
||||
dot: true
|
Loading…
Reference in New Issue
Block a user