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 1937b24Copy full SHA for 1937b24
.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/labeler.yml
@@ -0,0 +1,13 @@
+name: "Pull Request Labeler"
+on:
+ - pull_request_target
+jobs:
+ 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