Skip to content

Commit

Permalink
Issue FAQ.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatkot committed Sep 3, 2024
1 parent 2396cde commit a898754
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
uses: actions/github-script@v6
with:
script: |
github.issues.createComment({
const { github, context } = require('@actions/github');
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
Expand All @@ -39,4 +40,4 @@ jobs:
Thank you!
`
})
});

0 comments on commit a898754

Please sign in to comment.