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