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.
1 parent 62ce497 commit 6aa995cCopy full SHA for 6aa995c
.github/workflows/non-english-warning.yml
@@ -60,7 +60,7 @@ jobs:
60
const repo = context.repo;
61
const prAuthor = context.payload.pull_request.user.login;
62
const allChangesIncludeHref = '${{ needs.check_changes.outputs.all_changes_include_href }}' === 'true';
63
- const status = allChangesIncludeHref ? 'question ❓' : 'blocked 🛑';
+ const status = allChangesIncludeHref ? 'question ❓' : 'Status: Blocked 🛑';
64
await github.rest.issues.addLabels({
65
...repo,
66
issue_number: prNumber,
0 commit comments