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:
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user