mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Update pull-request-first-comment.yaml
This commit is contained in:
parent
3c433b95d8
commit
23308179f3
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user