We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e1c5c commit b9447a9Copy full SHA for b9447a9
.github/workflows/on_merged_pr.yml
@@ -37,7 +37,7 @@ jobs:
37
labels: [releaseLabel]
38
})
39
} else {
40
- let msg = `${maintainersTeam} No related issues found. Please ensure '${RELEASE_LABEL}.' label is applied before releasing.`;
+ let msg = `${maintainersTeam} No related issues found. Please ensure '${releaseLabel}' label is applied before releasing.`;
41
await github.rest.issues.createComment({
42
owner: context.repo.owner,
43
repo: context.repo.repo,
0 commit comments