Skip to content

Commit

Permalink
Update auto-comment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
waelkdouh authored Sep 6, 2023
1 parent 2038638 commit 0ff7ac4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/auto-comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const owner = 'waelkdouh';
const repo = context.repo.repo;
const { owner, repo } = context.repo;
const issueNumber = context.payload.issue.number;
const commentBody = `
🎉 Thank you for opening this issue! Please be patient while we will look into it and get back to you as this is an open source project. Don't forget to provide any additional information if needed (e.g. scrubbed logs, detailed feature requests,etc.).
Expand Down

0 comments on commit 0ff7ac4

Please sign in to comment.