File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
with :
29
29
script : |
30
30
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.";
32
32
const { data: comments } = await github.rest.issues.listComments({
33
33
owner: context.repo.owner,
34
34
repo: context.repo.repo,
63
63
with :
64
64
script : |
65
65
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.";
67
67
const { data: comments } = await github.rest.issues.listComments({
68
68
owner: context.repo.owner,
69
69
repo: context.repo.repo,
You can’t perform that action at this time.
0 commit comments