File tree Expand file tree Collapse file tree 4 files changed +589
-576
lines changed Expand file tree Collapse file tree 4 files changed +589
-576
lines changed Original file line number Diff line number Diff line change 1
1
name : Verify changelog updated
2
2
3
- on :
3
+ on :
4
4
pull_request_target :
5
5
types :
6
6
- opened
@@ -14,20 +14,20 @@ jobs:
14
14
15
15
- name : Get all updated Python files
16
16
id : changed-python-files
17
- uses : tj-actions/changed-files@v44
17
+ uses : tj-actions/changed-files@v46
18
18
with :
19
19
files : |
20
20
**.py
21
21
22
22
- name : Check for the changelog update
23
23
id : changelog-update
24
- uses : tj-actions/changed-files@v44
24
+ uses : tj-actions/changed-files@v46
25
25
with :
26
26
files : docs/changelog.rst
27
-
27
+
28
28
- name : Comment under the PR with a reminder
29
29
if : steps.changed-python-files.outputs.any_changed == 'true' && steps.changelog-update.outputs.any_changed == 'false'
30
30
uses : thollander/actions-comment-pull-request@v2
31
31
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 37
37
38
38
- name : Get changed lyrics files
39
39
id : lyrics-update
40
- uses : tj-actions/changed-files@v45
40
+ uses : tj-actions/changed-files@v46
41
41
with :
42
42
files : |
43
43
beetsplug/lyrics.py
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
22
22
- uses : actions/checkout@v4
23
23
- name : Get changed docs files
24
24
id : changed-doc-files
25
- uses : tj-actions/changed-files@v44
25
+ uses : tj-actions/changed-files@v46
26
26
with :
27
27
files : |
28
28
docs/**
29
29
- name : Get changed python files
30
30
id : raw-changed-python-files
31
- uses : tj-actions/changed-files@v44
31
+ uses : tj-actions/changed-files@v46
32
32
with :
33
33
files : |
34
34
**.py
You can’t perform that action at this time.
0 commit comments