···66666767 - name: "Add 'has: port to stable' label"
6868 if: steps.backport.outputs.created_pull_numbers != ''
6969- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
6969+ uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
7070 with:
7171 # Not using the app on purpose to avoid triggering another workflow run after adding this label.
7272 script: |
···8888 # In the regular case, this workflow is called via workflow_call from the eval workflow directly.
8989 # In the more special case, when a PR is undrafted an eval run will have started already.
9090 - name: Wait for comparison to be done
9191- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
9191+ uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
9292 id: eval
9393 with:
9494 script: |