We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3e4f73 + b14a5e4 commit 09ad4deCopy full SHA for 09ad4de
.github/workflows/pr_checks.yml
@@ -30,7 +30,7 @@ jobs:
30
pip install GitPython==3.1.42
31
git fetch origin ${{ github.event.pull_request.head.sha }}
32
python .ci/scripts/pr_labels.py "origin/${{ github.base_ref }}" "${{ github.event.pull_request.head.sha }}" >> "$GITHUB_ENV"
33
- - uses: "actions/github-script@v7"
+ - uses: "actions/github-script@v8"
34
name: "Apply PR Labels"
35
with:
36
script: |
.github/workflows/release_branch.yml
@@ -41,7 +41,7 @@ jobs:
41
GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}"
42
continue-on-error: true
43
- name: "Add Backport Label for new Branch"
44
- uses: "actions/github-script@v7"
+ uses: "actions/github-script@v8"
45
46
47
const { NEW_BRANCH } = process.env;
0 commit comments