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# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22#
3- # Generated on 2026-04-22T18:04:43Z by kres 8299790 .
3+ # Generated on 2026-05-18T11:01:25Z by kres 85aa5ad .
44
55concurrency :
66 group : ${{ github.head_ref || github.run_id }}
9595 make nonfree PUSH=true
9696 - name : Retrieve PR labels
9797 id : retrieve-pr-labels
98- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # version: v8 .0.0
98+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # version: v9 .0.0
9999 with :
100100 retries : " 3"
101101 script : |
@@ -122,14 +122,14 @@ jobs:
122122 make release-notes
123123 - name : Release
124124 if : startsWith(github.ref, 'refs/tags/')
125- uses : softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # version: v2.6.1
125+ uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # version: v3.0.0
126126 with :
127127 body_path : _out/RELEASE_NOTES.md
128128 draft : " true"
129129 reproducibility :
130130 runs-on :
131131 group : pkgs
132- if : contains(fromJSON(needs.default.outputs.labels), 'integration/reproducibility')
132+ if : contains(fromJSON(needs.default.outputs.labels || '[]' ), 'integration/reproducibility')
133133 needs :
134134 - default
135135 steps :
Original file line number Diff line number Diff line change 11# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22#
3- # Generated on 2026-04-22T18:04:43Z by kres 8299790 .
3+ # Generated on 2026-05-18T11:01:25Z by kres 85aa5ad .
44
55" on " :
66 workflow_run :
1818 if : github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.event != 'pull_request'
1919 steps :
2020 - name : Slack Notify
21- uses : slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # version: v3.0.1
21+ uses : slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c # version: v3.0.2
2222 with :
2323 method : chat.postMessage
2424 payload : |
Original file line number Diff line number Diff line change 11# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22#
3- # Generated on 2026-04-22T18:04:43Z by kres 8299790 .
3+ # Generated on 2026-05-18T11:01:25Z by kres 85aa5ad .
44
55" on " :
66 workflow_run :
2424 run : |
2525 echo pull_request_number=$(gh pr view -R ${{ github.repository }} ${{ github.event.workflow_run.head_repository.owner.login }}:${{ github.event.workflow_run.head_branch }} --json number --jq .number) >> $GITHUB_OUTPUT
2626 - name : Slack Notify
27- uses : slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # version: v3.0.1
27+ uses : slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c # version: v3.0.2
2828 with :
2929 method : chat.postMessage
3030 payload : |
You can’t perform that action at this time.
0 commit comments