Skip to content

Commit 1937b24

Browse files
committed
Add labeler
1 parent c29ccea commit 1937b24

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.github/labeler.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
go-module:
2+
- changed-files:
3+
- any-glob-to-any-file: "ruby/**/*"
4+
5+
ruby-gem:
6+
- changed-files:
7+
- any-glob-to-any-file: "gem/**/*"

.github/workflows/labeler.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: "Pull Request Labeler"
2+
3+
on:
4+
- pull_request_target
5+
6+
jobs:
7+
labeler:
8+
permissions:
9+
contents: read
10+
pull-requests: write
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/labeler@v5

0 commit comments

Comments
 (0)