We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29ccea commit 5bdbbe5Copy full SHA for 5bdbbe5
.github/labeler.yml
@@ -0,0 +1,7 @@
1
+go-module:
2
+ - changed-files:
3
+ - any-glob-to-any-file: "ruby/**/*"
4
+
5
+ruby-gem:
6
7
+ - any-glob-to-any-file: "gem/**/*"
.github/workflows/build.yml
@@ -10,6 +10,7 @@ on:
10
- synchronize
11
- reopened
12
paths-ignore:
13
+ - ".github/labeler.yml"
14
- ".github/release.yml"
15
- ".github/workflows/patch_for_go_gem.yml"
16
- "_benchmark/**"
.github/workflows/labeler.yml
@@ -0,0 +1,13 @@
+name: "Pull Request Labeler"
+on:
+ - pull_request_target
+jobs:
+ labeler:
8
+ permissions:
9
+ contents: read
+ pull-requests: write
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/labeler@v5
0 commit comments