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.
2 parents 6656dab + 809e2d2 commit 47f8a34Copy full SHA for 47f8a34
.github/labeler.yml
@@ -0,0 +1,8 @@
1
+documentation:
2
+- changed-files:
3
+ - any-glob-to-any-file: 'docs/*'
4
+ - any-glob-to-any-file: 'manpages-md'
5
+ - README.md
6
+area/install:
7
8
+ - any-glob-to-any-file: 'lib/src/install*'
.github/workflows/labeler.yml
@@ -0,0 +1,12 @@
+name: "Pull Request Labeler"
+on:
+- pull_request_target
+
+jobs:
+ triage:
+ permissions:
+ contents: read
9
+ pull-requests: write
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions/labeler@v5
0 commit comments