We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68cc8d4 commit e2846cdCopy full SHA for e2846cd
.github/labeler.yaml
@@ -1,3 +1,5 @@
1
# Modules
2
":floppy_disk: service-ip-ranges":
3
-- modules/service-ip-ranges/**/*
+- changed-files:
4
+ - any-glob-to-any-file:
5
+ - modules/service-ip-ranges/**/*
.github/workflows/pull-request-labeler.yaml
@@ -7,12 +7,17 @@ jobs:
7
label-pr:
8
runs-on: ubuntu-latest
9
10
+ permissions:
11
+ contents: read
12
+ pull-requests: write
13
+
14
steps:
15
- name: Add Labels for PR
16
uses: actions/labeler@v5
17
with:
18
repo-token: "${{ secrets.GITHUB_TOKEN }}"
19
configuration-path: .github/labeler.yaml
20
+ dot: true
21
sync-labels: true
22
23
- name: Add PR Size Labels for PR
0 commit comments