File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11name : Verify changelog updated
22
3- on :
3+ on :
44 pull_request_target :
55 types :
66 - opened
@@ -14,20 +14,20 @@ jobs:
1414
1515 - name : Get all updated Python files
1616 id : changed-python-files
17- uses : tj-actions/changed-files@v44
17+ uses : tj-actions/changed-files@v46
1818 with :
1919 files : |
2020 **.py
2121
2222 - name : Check for the changelog update
2323 id : changelog-update
24- uses : tj-actions/changed-files@v44
24+ uses : tj-actions/changed-files@v46
2525 with :
2626 files : docs/changelog.rst
27-
27+
2828 - name : Comment under the PR with a reminder
2929 if : steps.changed-python-files.outputs.any_changed == 'true' && steps.changelog-update.outputs.any_changed == 'false'
3030 uses : thollander/actions-comment-pull-request@v2
3131 with :
32- message : ' Thank you for the PR! The changelog has not been updated, so here is a friendly reminder to check if you need to add an entry.'
33- GITHUB_TOKEN : ' ${{ secrets.GITHUB_TOKEN }}'
32+ message : ' Thank you for the PR! The changelog has not been updated, so here is a friendly reminder to check if you need to add an entry.'
33+ GITHUB_TOKEN : ' ${{ secrets.GITHUB_TOKEN }}'
Original file line number Diff line number Diff line change 3737
3838 - name : Get changed lyrics files
3939 id : lyrics-update
40- uses : tj-actions/changed-files@v45
40+ uses : tj-actions/changed-files@v46
4141 with :
4242 files : |
4343 beetsplug/lyrics.py
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
2222 - uses : actions/checkout@v4
2323 - name : Get changed docs files
2424 id : changed-doc-files
25- uses : tj-actions/changed-files@v44
25+ uses : tj-actions/changed-files@v46
2626 with :
2727 files : |
2828 docs/**
2929 - name : Get changed python files
3030 id : raw-changed-python-files
31- uses : tj-actions/changed-files@v44
31+ uses : tj-actions/changed-files@v46
3232 with :
3333 files : |
3434 **.py
You can’t perform that action at this time.
0 commit comments