File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1010 This issue/PR was marked as stalled, it will be automatically closed in 30 days.
1111 If it should remain open, please leave a comment explaining why it should remain open.
1212 FAST_TRACK_MESSAGE : Fast-track has been requested by @${{ github.actor }}. Please 👍 to approve.
13+ NOTABLE_CHANGE_MESSAGE : The notable-changes label has been added by @${{ github.actor }}.
14+ Please include your text below if you'd like to include a more detailed summary in the changelog.
15+ ` ` `
16+ [Insert here]
17+ ` ` `
1318
1419permissions :
1520 contents : read
3843 env :
3944 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4045 run : gh pr comment ${{ github.event.pull_request.number }} --repo ${{ github.repository }} --body "$FAST_TRACK_MESSAGE"
46+
47+ notable-change :
48+ permissions :
49+ pull-requests : write
50+ if : github.repository == 'nodejs/node' && github.event_name == 'pull_request_target' && github.event.label.name == 'notable-change'
51+ runs-on : ubuntu-latest
52+ steps :
53+ - name : Add notable change description
54+ env :
55+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
56+ run : gh pr comment ${{ github.event.pull_request.number }} --repo ${{ github.repository }} --body "$NOTABLE_CHANGE_MESSAGE"
You can’t perform that action at this time.
0 commit comments