File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2828 files : ' **/changelog.d/**'
2929
3030 - name : Enforce Label
31- uses : actions/github-script@v7.1.0
31+ uses : actions/github-script@v8
3232 if : github.event.pull_request.draft == false
3333 with :
3434 script : |
Original file line number Diff line number Diff line change 2525 run : ./scripts/eval-percent-diff.sh -t ${{ github.event.pull_request.base.sha }} 2>&1 | tee output.log
2626
2727 - name : Comment script output on PR
28- uses : actions/github-script@v7
28+ uses : actions/github-script@v8
2929 with :
3030 github-token : ${{ secrets.GITHUB_TOKEN }}
3131 script : |
Original file line number Diff line number Diff line change 3333 fetch-depth : 5
3434
3535 - name : React With Rocket
36- uses : actions/github-script@v7.1.0
36+ uses : actions/github-script@v8
3737 with :
3838 script : |
3939 github.rest.reactions.createForIssueComment({
4545
4646 - name : Extract Benchmark Name
4747 id : extract-benchmark
48- uses : actions/github-script@v7.1.0
48+ uses : actions/github-script@v8
4949 with :
5050 script : |
5151 const regex = /^\/benchmark\s*([^\s]*)\s*(ghc96|ghc98|ghc910)?\s*$/;
6060
6161 - name : Extract Branch Name
6262 id : extract-branch
63- uses : actions/github-script@v7.1.0
63+ uses : actions/github-script@v8
6464 with :
6565 script : |
6666 async function isPullRequest() {
@@ -104,7 +104,7 @@ jobs:
104104 }
105105
106106 - name : Publish GH Action Link
107- uses : actions/github-script@v7.1.0
107+ uses : actions/github-script@v8
108108 with :
109109 script : |
110110 async function getJobUrl() {
@@ -133,7 +133,7 @@ jobs:
133133
134134
135135 - name : Publish Results
136- uses : actions/github-script@v7.1.0
136+ uses : actions/github-script@v8
137137 with :
138138 script : |
139139 const fs = require("fs");
Original file line number Diff line number Diff line change 2929 runs-on : [ubuntu-latest]
3030 steps :
3131 - name : Prepare Slack Message
32- uses : actions/github-script@v7.1.0
32+ uses : actions/github-script@v8
3333 id : prepare-slack-message
3434
3535 with :
Original file line number Diff line number Diff line change 1515 issues : write
1616 steps :
1717 - name : Add Label
18- uses : actions/github-script@v7.1.0
18+ uses : actions/github-script@v8
1919 with :
2020 script : |
2121 const INTERNAL_LABELS = ["Internal", "status: triaged"];
You can’t perform that action at this time.
0 commit comments