Test Backporting

Signed-off-by: Chaoscaot <max@maxsp.de>
This commit is contained in:
2026-05-15 15:03:01 +02:00
parent f4ace64173
commit 143e7dc17c
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ jobs:
id: eligibility id: eligibility
shell: bash shell: bash
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
run: | run: |
set -euo pipefail set -euo pipefail
@@ -74,7 +74,7 @@ jobs:
if: steps.eligibility.outputs.should_backport == 'true' if: steps.eligibility.outputs.should_backport == 'true'
shell: bash shell: bash
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
PR_NUMBER: ${{ steps.eligibility.outputs.pr_number }} PR_NUMBER: ${{ steps.eligibility.outputs.pr_number }}
PR_TITLE: ${{ steps.eligibility.outputs.pr_title }} PR_TITLE: ${{ steps.eligibility.outputs.pr_title }}
run: | run: |
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
- name: Merge successful backport PR - name: Merge successful backport PR
shell: bash shell: bash
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
BACKPORT_BRANCH_PREFIX: backport/commoncore BACKPORT_BRANCH_PREFIX: backport/commoncore
run: | run: |
set -euo pipefail set -euo pipefail