File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 55 types : [opened, edited, reopened]
66
77jobs :
8- validate-pr-description :
8+ validate-changelogs :
99 name : Validate Changelogs
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Set up workspace
1313 uses : actions/checkout@v2
1414
15- - name : Setup Git
16- run : |
17- git config --global user.name "${{ vars.CHANGELOG_USER }}"
18- git config --global user.email " ${{ vars.CHANGELOG_EMAIL }}"
19- shell : bash
15+ - name : Checkout Master
16+ uses : actions/checkout@v3
17+ with :
18+ token : ${{ secrets.BOT_TOKEN }}
19+ ref : master
2020
2121 - name : Set up Node.js
2222 uses : actions/setup-node@v3
2525
2626 - name : Validate Changelogs
2727 run : |
28- cd "Tools/_NF/changelog"
29- node validate_changelog.js
28+ cd "Tools/_NF/changelog"
29+ node validate_changelog.js
3030 shell : bash
You can’t perform that action at this time.
0 commit comments