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.
label-linked-issues
1 parent 77d096a commit 5dfd646Copy full SHA for 5dfd646
.github/workflows/label-linked-issues.yml
@@ -70,7 +70,7 @@ jobs:
70
env:
71
DATA: ${{ steps.query.outputs.data }}
72
PRERELEASE: ${{ contains(steps.version.outputs.result, '-') }}
73
- RELEASE_BRANCH: ${{ startsWith(github.ref_name, 'release/') }}
+ RELEASE_BRANCH: ${{ contains(github.head_ref || github.ref_name, 'release/') }}
74
with:
75
script: |
76
const { closingIssuesReferences } = JSON.parse(process.env.DATA).repository.pullRequest
0 commit comments