Skip to content

Commit 5af0872

Browse files
Update silabs-require-admin-action-check.yaml
Co-authored-by: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com>
1 parent 9ca3056 commit 5af0872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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 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,

0 commit comments

Comments
 (0)