Update pull-request-first-comment.yaml

This commit is contained in:
Avelino 2023-04-05 07:38:02 -03:00
parent 3c433b95d8
commit 23308179f3

View File

@ -7,11 +7,12 @@ on:
jobs:
commentCreated:
runs-on: ubuntu-latest
environment: action
steps:
- name: first comment
uses: peter-evans/create-or-update-comment@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_TOKEN }}
issue-number: ${{ github.event.pull_request.number }}
body: |
Thank you for contributing with [awesome-go](https://awesome-go.com/), we will revise your contribution as soon as possible.