File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-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 : |
14+ The notable-changes label has been added by @${{ github.actor }}.
15+ Please include your text below if you'd like to include a more detailed summary in the changelog.
16+ ```
17+ [Insert here]
18+ ```
1319
1420permissions :
1521 contents : read
3844 env :
3945 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4046 run : gh pr comment ${{ github.event.pull_request.number }} --repo ${{ github.repository }} --body "$FAST_TRACK_MESSAGE"
47+
48+ notable-change :
49+ permissions :
50+ pull-requests : write
51+ if : github.repository == 'nodejs/node' && github.event_name == 'pull_request_target' && github.event.label.name == 'notable-change'
52+ runs-on : ubuntu-latest
53+ steps :
54+ - name : Add notable change description
55+ env :
56+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
57+ 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