File tree Expand file tree Collapse file tree 2 files changed +23
-6
lines changed Expand file tree Collapse file tree 2 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Modules
2
2
" :floppy_disk: nacl " :
3
- - modules/nacl/**/*
3
+ - changed-files :
4
+ - any-glob-to-any-file :
5
+ - modules/nacl/**/*
4
6
5
7
" :floppy_disk: nat-gateway " :
6
- - modules/nat-gateway/**/*
8
+ - changed-files :
9
+ - any-glob-to-any-file :
10
+ - modules/nat-gateway/**/*
7
11
8
12
" :floppy_disk: route-table " :
9
- - modules/route-table/**/*
13
+ - changed-files :
14
+ - any-glob-to-any-file :
15
+ - modules/route-table/**/*
10
16
11
17
" :floppy_disk: security-group " :
12
- - modules/security-group/**/*
18
+ - changed-files :
19
+ - any-glob-to-any-file :
20
+ - modules/security-group/**/*
13
21
14
22
" :floppy_disk: subnet-group " :
15
- - modules/subnet-group/**/*
23
+ - changed-files :
24
+ - any-glob-to-any-file :
25
+ - modules/subnet-group/**/*
16
26
17
27
" :floppy_disk: vpc " :
18
- - modules/vpc/**/*
28
+ - changed-files :
29
+ - any-glob-to-any-file :
30
+ - modules/vpc/**/*
Original file line number Diff line number Diff line change 7
7
label-pr :
8
8
runs-on : ubuntu-latest
9
9
10
+ permissions :
11
+ contents : read
12
+ pull-requests : write
13
+
10
14
steps :
11
15
- name : Add Labels for PR
12
16
uses : actions/labeler@v5
13
17
with :
14
18
repo-token : " ${{ secrets.GITHUB_TOKEN }}"
15
19
configuration-path : .github/labeler.yaml
20
+ dot : true
16
21
sync-labels : true
17
22
18
23
- name : Add PR Size Labels for PR
You can’t perform that action at this time.
0 commit comments