diff --git a/.github/workflows/auto-comment.yaml b/.github/workflows/auto-comment.yaml index af091f99..d64e57b8 100644 --- a/.github/workflows/auto-comment.yaml +++ b/.github/workflows/auto-comment.yaml @@ -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.).