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 9bfea8e commit be80595Copy full SHA for be80595
.github/labeler.yml
@@ -1,15 +1,14 @@
1
-
2
priority-3-low:
3
- changed-files:
4
- any-glob-to-any-file: '*'
5
6
documentation:
7
8
- - any-glob-to-any-file:
+ - any-glob-to-any-file:
9
- docs/**
10
- examples/**
11
12
dependencies:
13
14
15
- go.mod
.github/workflows/labeler.yml
@@ -0,0 +1,12 @@
+name: "Pull Request Labeler"
+on:
+ - pull_request_target
+
+jobs:
+ labeler:
+ permissions:
+ contents: read
+ pull-requests: write
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/labeler@v5
0 commit comments