File tree Expand file tree Collapse file tree 1 file changed +20
-13
lines changed Expand file tree Collapse file tree 1 file changed +20
-13
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,23 @@ jobs:
10
10
permissions :
11
11
issues : write
12
12
pull-requests : write
13
- steps :
14
- - id : changed-stable-configs
15
- uses : tj-actions/changed-files@v44.5.2
16
- with :
17
- files : packages/{eslint-plugin,typescript-eslint}/src/configs/{recommended,stylistic}*
18
- - if : steps.changed-stable-configs.outputs.any_changed == 'true'
19
- uses : mheap/github-action-required-labels@5.5.0
20
- with :
21
- add_comment : true
22
- count : 1
23
- labels : breaking change
24
- message : ' 🤖 Beep boop! PRs that change our stable preset configs must be labeled with `breaking change`.'
25
- mode : minimum
13
+ #
14
+ # WARNING!!!!!!!!!!!
15
+ #
16
+ # THIS ACTION WAS COMPROMISED: https://www.stepsecurity.io/blog/harden-runner-detection-tj-actions-changed-files-action-is-compromised
17
+ #
18
+ # DO NOT RE-ENABLE THIS WORKFLOW WITH THIS IN USE!!!!!
19
+ #
20
+ # steps:
21
+ # - id: changed-stable-configs
22
+ # uses: tj-actions/changed-files@v44.5.2
23
+ # with:
24
+ # files: packages/{eslint-plugin,typescript-eslint}/src/configs/{recommended,stylistic}*
25
+ # - if: steps.changed-stable-configs.outputs.any_changed == 'true'
26
+ # uses: mheap/github-action-required-labels@5.5.0
27
+ # with:
28
+ # add_comment: true
29
+ # count: 1
30
+ # labels: breaking change
31
+ # message: '🤖 Beep boop! PRs that change our stable preset configs must be labeled with `breaking change`.'
32
+ # mode: minimum
You can’t perform that action at this time.
0 commit comments