Skip to content

Commit 6aa995c

Browse files
committed
chore: update blocked label
1 parent 62ce497 commit 6aa995c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/non-english-warning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
const repo = context.repo;
6161
const prAuthor = context.payload.pull_request.user.login;
6262
const allChangesIncludeHref = '${{ needs.check_changes.outputs.all_changes_include_href }}' === 'true';
63-
const status = allChangesIncludeHref ? 'question ❓' : 'blocked 🛑';
63+
const status = allChangesIncludeHref ? 'question ❓' : 'Status: Blocked 🛑';
6464
await github.rest.issues.addLabels({
6565
...repo,
6666
issue_number: prNumber,

0 commit comments

Comments
 (0)