Skip to content

Commit

Permalink
Update conference_auto_respond.yml
Browse files Browse the repository at this point in the history
fix syntax issue
  • Loading branch information
kjaymiller authored Oct 6, 2024
1 parent dd313e0 commit bc569a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conference_auto_respond.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
script: |
const issueNumber = context.issue.number;
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.";
github.rest.issues.createComment({
...context.repo,
issue_number: issueNumber,
body: comment
Expand Down

0 comments on commit bc569a1

Please sign in to comment.