Skip to content

Commit

Permalink
update auto commenter@v1 and ACCESS_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
LoopThrough-i-j committed Mar 27, 2022
1 parent fea64fa commit 3a11a41
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/auto-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/auto-comment@v1.0.7
- uses: wow-actions/auto-comment@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
issuesOpened: >
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
issuesOpened: |
Hello👋 @{{ author }}, I hope you are doing well!
<br>
Thank you for raising an issue. We will will investigate into the issue and get back to you as soon as possible.
Please make sure you have given us as much context as possible.
<br>
Feel free to join the community and collaborate ❤
<br>
Join our Discord Community [here](https://discord.gg/uNQ7DWhcRC)
Join our Discord Community [here](https://mentro.tech/Discord)
pullRequestOpened: >
pullRequestOpened: |
Hello👋 @{{ author }}, I hope you are doing well!
<br>
Thank you for raising your pull request and contributing to our Community 🎉
Expand All @@ -28,4 +28,4 @@ jobs:
<br>
Feel free to join the community and collaborate ❤
<br>
Join our Discord Community [here](https://discord.gg/uNQ7DWhcRC)
Join our Discord Community [here](https://mentro.tech/Discord)

0 comments on commit 3a11a41

Please sign in to comment.