File tree Expand file tree Collapse file tree 1 file changed +18
-20
lines changed Expand file tree Collapse file tree 1 file changed +18
-20
lines changed Original file line number Diff line number Diff line change 1
- name : semantic-lint
1
+ # name: semantic-lint
2
2
3
- on :
4
- pull_request_target :
5
- types :
6
- - opened
7
- - edited
8
- - synchronize
3
+ # on:
4
+ # pull_request_target:
5
+ # types:
6
+ # - opened
7
+ # - edited
8
+ # - synchronize
9
9
10
- permissions :
11
- contents : read
12
- pull-requests : read
10
+ # permissions:
11
+ # contents: read
12
+ # pull-requests: read
13
13
14
- jobs :
15
- semantic-lint :
16
- if : github.repository == 'ekristen/aws-nuke'
17
- runs-on : ubuntu-latest
18
- steps :
19
- - name : Print debug information
20
- run : echo "Repository: ${{ github.repository }}"
21
- - uses : amannn/action-semantic-pull-request@v5
22
- env :
23
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
14
+ # jobs:
15
+ # semantic-lint:
16
+ # if: github.repository == 'ekristen/aws-nuke'
17
+ # runs-on: ubuntu-latest
18
+ # steps:
19
+ # - uses: amannn/action-semantic-pull-request@v5
20
+ # env:
21
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments