File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 3030 find : ' EXERCISE_TOOLKIT_REF: [^\s]+'
3131 replace : " EXERCISE_TOOLKIT_REF: ${{ github.sha }}"
3232 include : " .github/workflows/*.yml"
33+ exclude : " .github/workflows/_*.yml"
3334 regex : true
3435
3536 - name : Create Pull Request
4647 *This PR was automatically created by the `update-self-references` workflow.*
4748 branch : update-self-refs
4849 delete-branch : true
50+ add-paths : |
51+ .github/workflows/*.yml
4952 draft : false
50- reviewers : |
51- FidelusAleksander
53+ # reviewers: |
54+ # FidelusAleksander
5255 labels : |
5356 skip-release-notes
5457 maintenance
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ permissions:
1818 issues : write
1919
2020env :
21- EXERCISE_TOOLKIT_REF : v0.5.0
21+ EXERCISE_TOOLKIT_REF : 2c9c423a07881c52ea2fdc6e1802a17fa8aa9e12
2222
2323jobs :
2424 update_readme :
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ permissions:
3030 issues : write # Create issue
3131
3232env :
33- EXERCISE_TOOLKIT_REF : v0.5.0
33+ EXERCISE_TOOLKIT_REF : 2c9c423a07881c52ea2fdc6e1802a17fa8aa9e12
3434
3535jobs :
3636 disable_workflows :
You can’t perform that action at this time.
0 commit comments