File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Modules
2
2
" :floppy_disk: resource-group " :
3
- - modules/resource-group/**/*
3
+ - changed-files :
4
+ - any-glob-to-any-file :
5
+ - modules/resource-group/**/*
4
6
5
7
" :floppy_disk: s3-archive-bucket " :
6
- - modules/s3-archive-bucket/**/*
8
+ - changed-files :
9
+ - any-glob-to-any-file :
10
+ - modules/s3-archive-bucket/**/*
7
11
8
12
" :floppy_disk: sqs-aws-event-queue " :
9
- - modules/sqs-aws-event-queue/**/*
13
+ - changed-files :
14
+ - any-glob-to-any-file :
15
+ - modules/sqs-aws-event-queue/**/*
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