File tree Expand file tree Collapse file tree 2 files changed +24
-5
lines changed Expand file tree Collapse file tree 2 files changed +24
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Modules
2
2
" :floppy_disk: eventbridge-event-bus " :
3
- - modules/eventbridge-event-bus/**/*
3
+ - changed-files :
4
+ - any-glob-to-any-file :
5
+ - modules/eventbridge-event-bus/**/*
6
+
4
7
" :floppy_disk: eventbridge-rule " :
5
- - modules/eventbridge-rule/**/*
8
+ - changed-files :
9
+ - any-glob-to-any-file :
10
+ - modules/eventbridge-rule/**/*
11
+
6
12
" :floppy_disk: msk-cluster " :
7
- - modules/msk-cluster/**/*
13
+ - changed-files :
14
+ - any-glob-to-any-file :
15
+ - modules/msk-cluster/**/*
16
+
8
17
" :floppy_disk: sns-fifo-topic " :
9
- - modules/sns-fifo-topic/**/*
18
+ - changed-files :
19
+ - any-glob-to-any-file :
20
+ - modules/sns-fifo-topic/**/*
21
+
10
22
" :floppy_disk: sns-standard-topic " :
11
- - modules/sns-standard-topic/**/*
23
+ - changed-files :
24
+ - any-glob-to-any-file :
25
+ - modules/sns-standard-topic/**/*
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