File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
generate_workflows_lib/src/generate_workflows_lib Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1313 # Set the SHA to the branch name if the PR has a label 'prepare-release' or 'backport' otherwise, set it to 'main'
1414 # For PRs you can change the inner fallback ('main')
1515 # For pushes you change the outer fallback ('main')
16- # This logic below is used during releases and depends on having a equivalent branch name in core.
16+ # The logic below is used during releases and depends on having an equivalent branch name in the core repo .
1717 CORE_REPO_SHA: {% raw %} ${{ github.event_name == 'pull_request' && (
1818 contains(github.event.pull_request.labels.*.name, 'prepare-release') && github.event.pull_request.head.ref ||
1919 contains(github.event.pull_request.labels.*.name, 'backport') && github.event.pull_request.base.ref ||
Original file line number Diff line number Diff line change 1313 # Set the SHA to the branch name if the PR has a label 'prepare-release' or 'backport' otherwise, set it to 'main'
1414 # For PRs you can change the inner fallback ('main')
1515 # For pushes you change the outer fallback ('main')
16- # This logic below is used during releases and depends on having a equivalent branch name in core.
16+ # The logic below is used during releases and depends on having an equivalent branch name in the core repo .
1717 CORE_REPO_SHA: {% raw %} ${{ github.event_name == 'pull_request' && (
1818 contains(github.event.pull_request.labels.*.name, 'prepare-release') && github.event.pull_request.head.ref ||
1919 contains(github.event.pull_request.labels.*.name, 'backport') && github.event.pull_request.base.ref ||
Original file line number Diff line number Diff line change 1313 # Set the SHA to the branch name if the PR has a label 'prepare-release' or 'backport' otherwise, set it to 'main'
1414 # For PRs you can change the inner fallback ('main')
1515 # For pushes you change the outer fallback ('main')
16- # This logic below is used during releases and depends on having a equivalent branch name in core.
16+ # The logic below is used during releases and depends on having an equivalent branch name in the core repo .
1717 CORE_REPO_SHA: {% raw %} ${{ github.event_name == 'pull_request' && (
1818 contains(github.event.pull_request.labels.*.name, 'prepare-release') && github.event.pull_request.head.ref ||
1919 contains(github.event.pull_request.labels.*.name, 'backport') && github.event.pull_request.base.ref ||
Original file line number Diff line number Diff line change 1313 # Set the SHA to the branch name if the PR has a label 'prepare-release' or 'backport' otherwise, set it to 'main'
1414 # For PRs you can change the inner fallback ('main')
1515 # For pushes you change the outer fallback ('main')
16- # This logic below is used during releases and depends on having a equivalent branch name in core.
16+ # The logic below is used during releases and depends on having an equivalent branch name in the core repo .
1717 CORE_REPO_SHA : ${{ github.event_name == 'pull_request' && (
1818 contains(github.event.pull_request.labels.*.name, 'prepare-release') && github.event.pull_request.head.ref ||
1919 contains(github.event.pull_request.labels.*.name, 'backport') && github.event.pull_request.base.ref ||
Original file line number Diff line number Diff line change 1313 # Set the SHA to the branch name if the PR has a label 'prepare-release' or 'backport' otherwise, set it to 'main'
1414 # For PRs you can change the inner fallback ('main')
1515 # For pushes you change the outer fallback ('main')
16- # This logic below is used during releases and depends on having a equivalent branch name in core.
16+ # The logic below is used during releases and depends on having an equivalent branch name in the core repo .
1717 CORE_REPO_SHA : ${{ github.event_name == 'pull_request' && (
1818 contains(github.event.pull_request.labels.*.name, 'prepare-release') && github.event.pull_request.head.ref ||
1919 contains(github.event.pull_request.labels.*.name, 'backport') && github.event.pull_request.base.ref ||
Original file line number Diff line number Diff line change 1313 # Set the SHA to the branch name if the PR has a label 'prepare-release' or 'backport' otherwise, set it to 'main'
1414 # For PRs you can change the inner fallback ('main')
1515 # For pushes you change the outer fallback ('main')
16- # This logic below is used during releases and depends on having a equivalent branch name in core.
16+ # The logic below is used during releases and depends on having an equivalent branch name in the core repo .
1717 CORE_REPO_SHA : ${{ github.event_name == 'pull_request' && (
1818 contains(github.event.pull_request.labels.*.name, 'prepare-release') && github.event.pull_request.head.ref ||
1919 contains(github.event.pull_request.labels.*.name, 'backport') && github.event.pull_request.base.ref ||
Original file line number Diff line number Diff line change 1313 # Set the SHA to the branch name if the PR has a label 'prepare-release' or 'backport' otherwise, set it to 'main'
1414 # For PRs you can change the inner fallback ('main')
1515 # For pushes you change the outer fallback ('main')
16- # This logic below is used during releases and depends on having a equivalent branch name in core.
16+ # The logic below is used during releases and depends on having an equivalent branch name in the core repo .
1717 CORE_REPO_SHA : ${{ github.event_name == 'pull_request' && (
1818 contains(github.event.pull_request.labels.*.name, 'prepare-release') && github.event.pull_request.head.ref ||
1919 contains(github.event.pull_request.labels.*.name, 'backport') && github.event.pull_request.base.ref ||
Original file line number Diff line number Diff line change 1313 # Set the SHA to the branch name if the PR has a label 'prepare-release' or 'backport' otherwise, set it to 'main'
1414 # For PRs you can change the inner fallback ('main')
1515 # For pushes you change the outer fallback ('main')
16- # This logic below is used during releases and depends on having a equivalent branch name in core.
16+ # The logic below is used during releases and depends on having an equivalent branch name in the core repo .
1717 CORE_REPO_SHA : ${{ github.event_name == 'pull_request' && (
1818 contains(github.event.pull_request.labels.*.name, 'prepare-release') && github.event.pull_request.head.ref ||
1919 contains(github.event.pull_request.labels.*.name, 'backport') && github.event.pull_request.base.ref ||
You can’t perform that action at this time.
0 commit comments