Skip to content

Commit ba495fe

Browse files
Update mentionsActions.yml
1 parent 01f52c7 commit ba495fe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/mentionsActions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ jobs:
1515
- name: "Checkout"
1616
uses: actions/checkout@v4
1717
- name: "Create Comment"
18+
if: contains(github.event.comment.body, '@github-actions')
1819
uses: actions/github-script@v8
1920
with:
2021
script: |
2122
github.rest.issues.createComment({
2223
owner: context.repo.owner,
2324
repo: context.repo.repo,
2425
issue_number: context.issue.number,
25-
body: "Hello " + owner
26+
body: "Hello " + owner + "! Thanks for filing this issue."
2627
})

0 commit comments

Comments
 (0)