Skip to content

Commit 819779a

Browse files
authored
ci: update of files from global .github repo (#314)
1 parent b5a7415 commit 819779a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

β€Ž.github/workflows/help-command.ymlβ€Ž

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
repo: context.repo.repo,
2828
body: `Hello, @${{ github.actor }}! πŸ‘‹πŸΌ
2929
30-
I'm Genie from the magic lamp. Looks like somebody needs a hand! πŸ†˜
30+
I'm 🧞🧞🧞 Genie 🧞🧞🧞 from the magic lamp. Looks like somebody needs a hand!
3131
3232
At the moment the following comments are supported in pull requests:
3333

34-
- `/ready-to-merge` or `/rtm` - This comment will trigger automerge of PR in case all required checks are green, approvals in place and do-not-merge label is not added
35-
- `/do-not-merge` or `/dnm` - This comment will block automerging even if all conditions are met and ready-to-merge label is added
36-
- `/autoupdate` or `/au` - This comment will add `autoupdate` label to the PR and keeps your PR up-to-date to the target branch's future changes. Unless there is a merge conflict or it is a draft PR.`
34+
- \`/ready-to-merge\` or \`/rtm\` - This comment will trigger automerge of PR in case all required checks are green, approvals in place and do-not-merge label is not added
35+
- \`/do-not-merge\` or \`/dnm\` - This comment will block automerging even if all conditions are met and ready-to-merge label is added
36+
- \`/autoupdate\` or \`/au\` - This comment will add \`autoupdate\` label to the PR and keeps your PR up-to-date to the target branch's future changes. Unless there is a merge conflict or it is a draft PR.`
3737
})
3838

3939
create_help_comment_issue:
@@ -51,10 +51,10 @@ jobs:
5151
repo: context.repo.repo,
5252
body: `Hello, @${{ github.actor }}! πŸ‘‹πŸΌ
5353
54-
I'm Genie from the magic lamp. Looks like somebody needs a hand! πŸ†˜
54+
I'm 🧞🧞🧞 Genie 🧞🧞🧞 from the magic lamp. Looks like somebody needs a hand!
5555
5656
At the moment the following comments are supported in issues:
5757

58-
- `/good-first-issue {js | ts | java | go | docs | design | ci-cd} ` or `/gfi {js | ts | java | go | docs | design | ci-cd} ` - label an issue as a `good first issue`.
59-
example: `/gfi js` or `/good-first-issue ci-cd`
60-
})
58+
- \`/good-first-issue {js | ts | java | go | docs | design | ci-cd}\` or \`/gfi {js | ts | java | go | docs | design | ci-cd}\` - label an issue as a \`good first issue\`.
59+
example: \`/gfi js\` or \`/good-first-issue ci-cd\``
60+
})

0 commit comments

Comments
Β (0)