Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/auto-comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
steps:
- uses: wow-actions/auto-comment@v1
with:
GITHUB_TOKEN: ${{ secrets.lsc-storage }}
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} # Use the renamed secret
issuesOpened: |
Hello @{{ author }}👋
Thank you for raising an issue. We will will investigate into the matter and get back to you as soon as possible.
Thank you for raising an issue. We will investigate the matter and get back to you as soon as possible.
Please make sure you have given us as much context as possible.
Repository OWNER @devlopersabbir, please check ASAP 🚀

Expand Down