Added actions/labeler

This commit is contained in:
Hiroshi SHIBATA 2025-01-22 17:03:58 +09:00
parent a1ba394626
commit 5b1caffcba
Notes: git 2025-01-23 00:27:52 +00:00
2 changed files with 18 additions and 0 deletions

6
.github/labeler.yml vendored Normal file
View 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
View 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