File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
2- " pr:docs " :
2+ " pr:: docs " :
33 - changed-files :
44 - any-glob-to-any-file : ' **.md'
55
6- " pr:code " :
6+ " pr:: code " :
77 - changed-files :
88 - any-glob-to-any-file : ' lib/**.js'
99
10- " pr:types " :
10+ " pr:: types " :
1111 - changed-files :
1212 - any-glob-to-any-file : ['index.d.ts', 'index.d.cts']
1313
14- " pr:tests " :
14+ " pr:: tests " :
1515 - changed-files :
1616 - any-glob-to-any-file : ' test/**.js'
1717
18- " pr:github-actions " :
18+ " pr:: github-actions " :
1919 - changed-files :
2020 - any-glob-to-any-file : ' **.d.ts'
2121
22- " pr:examples " :
22+ " pr:: examples " :
2323 - changed-files :
2424 - any-glob-to-any-file : ' examples/**.js'
2525
26- " pr:ci " :
26+ " pr:: ci " :
2727 - changed-files :
2828 - any-glob-to-any-file : ['bin/**', 'rollup.config.js']
2929
30- " pr:feature " :
30+ " pr:: feature " :
3131 - head-branch : ['feature', 'feat']
3232
33- " pr:fix " :
33+ " pr:: fix " :
3434 - head-branch : ['fix', 'bug']
Original file line number Diff line number Diff line change 1414 pull-requests : write
1515 runs-on : ubuntu-latest
1616 steps :
17+ - name : Set PR number
18+ id : set-pr
19+ run : |
20+ echo "Using PR number: ${{ github.event.inputs.prs || github.event.pull_request.number }}"
21+ echo "pr=${{ github.event.inputs.prs || github.event.pull_request.number }}" >> $GITHUB_OUTPUT
22+
1723 - uses : actions/labeler@v5
1824 with :
19- pr-number : github.event.inputs.prs
25+ pr-number : ${{ steps.set-pr.outputs.pr }}
Original file line number Diff line number Diff line change 7070 ${{ steps.extract-release-notes.outputs.release_notes }}
7171 labels : |
7272 release
73- automated pr
73+ bot
7474 signoff : false
7575 # team-reviewers: |
7676 # owners
Original file line number Diff line number Diff line change 5555 **New sponsor block update:**
5656 ${{ env.CONTENT }}
5757 labels : |
58- readme
59- automated pr
58+ pr::docs
59+ bot
6060 automerge
6161 signoff : false
6262 # team-reviewers: |
You can’t perform that action at this time.
0 commit comments