Skip to content

Commit 0967ff6

Browse files
fix typo
1 parent 25d08f2 commit 0967ff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/silabs-require-admin-action-check.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
script: |
3030
const prNumber = context.payload.pull_request.number;
31-
const comment = "The Check for sl-require-admin-action label CI failure for this job is normal. An admin must do the merge.";
31+
const comment = "The check for `sl-require-admin-action` label CI failure for this job is normal. An admin must do the merge.";
3232
const { data: comments } = await github.rest.issues.listComments({
3333
owner: context.repo.owner,
3434
repo: context.repo.repo,
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
script: |
6565
const prNumber = context.payload.pull_request.number;
66-
const comment = "The sl-require-admin-action label cannot be removed once it has been added.";
66+
const comment = "The `sl-require-admin-action` label cannot be removed once it has been added.";
6767
const { data: comments } = await github.rest.issues.listComments({
6868
owner: context.repo.owner,
6969
repo: context.repo.repo,

0 commit comments

Comments
 (0)