Added actions/labeler
This commit is contained in:
parent
a1ba394626
commit
5b1caffcba
Notes:
git
2025-01-23 00:27:52 +00:00
6
.github/labeler.yml
vendored
Normal file
6
.github/labeler.yml
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
Documentation:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: doc/**
|
||||
|
||||
Backport:
|
||||
- base-branch: 'ruby_3_\d'
|
12
.github/workflows/labeler.yml
vendored
Normal file
12
.github/workflows/labeler.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
name: "Pull Request Labeler"
|
||||
on:
|
||||
- pull_request_target
|
||||
|
||||
jobs:
|
||||
labeler:
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v5
|
Loading…
x
Reference in New Issue
Block a user