Skip to content

Commit bc569a1

Browse files
authored
Update conference_auto_respond.yml
fix syntax issue
1 parent dd313e0 commit bc569a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/conference_auto_respond.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
script: |
2424
const issueNumber = context.issue.number;
2525
const comment = "Thank you for submitting this issue. A member of the triage team will review the information and followup on this request. There is no code action to be taken.";
26+
github.rest.issues.createComment({
2627
...context.repo,
2728
issue_number: issueNumber,
2829
body: comment

0 commit comments

Comments
 (0)