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 a1ba394 commit 5b1caffCopy full SHA for 5b1caff
.github/labeler.yml
@@ -0,0 +1,6 @@
1
+Documentation:
2
+- changed-files:
3
+ - any-glob-to-any-file: doc/**
4
+
5
+Backport:
6
+- base-branch: 'ruby_3_\d'
.github/workflows/labeler.yml
@@ -0,0 +1,12 @@
+name: "Pull Request Labeler"
+on:
+- pull_request_target
+jobs:
+ labeler:
7
+ permissions:
8
+ contents: read
9
+ pull-requests: write
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions/labeler@v5
0 commit comments