File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Check change log entry
17
- uses : scientific-python/action-check-changelogfile@865ff8154dd94f008f08de6bb8d8c1f661113658
17
+ uses : scientific-python/action-check-changelogfile@064f2005176e1622e7c2bd9776140406609097d1
18
18
env :
19
19
CHANGELOG_FILENAME : CHANGES.rst
20
20
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
21
+ CHECK_MILESTONE : false
Original file line number Diff line number Diff line change
1
+ name : Milestone -- Add latest if missing on merge
2
+
3
+ on :
4
+ pull_request_target :
5
+ types :
6
+ - closed
7
+ branches :
8
+ - ' main'
9
+
10
+ jobs :
11
+ milestone_pr :
12
+ name : attach missing milestone to PR
13
+ if : github.event.pull_request.merged == true
14
+ runs-on : ubuntu-latest
15
+ steps :
16
+ - uses : scientific-python/attach-next-milestone-action@a4889cfde7d2578c1bc7400480d93910d2dd34f6
17
+ env :
18
+ GITHUB_TOKEN: : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments