auto msg first comment in PR

This commit is contained in:
Avelino 2023-03-18 08:37:22 -03:00 committed by GitHub
parent ba26a433a6
commit eb06322d4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
name: Fist comment in new pull request
on:
pull_request:
types: [opened]
jobs:
commentCreated:
runs-on: ubuntu-latest
steps:
- name: first comment
uses: peter-evans/create-or-update-comment@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: 1
body: |
Thank you for contributing with [awesome-go](https://awesome-go.com/), we will revise your contribution as soon as possible.
Make sure you add the links in the body of the pull request that are requested in the [contribution guide](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md):
- godoc.org or pkg.go.dev
- goreportcard.com
- coverage
> your project is about to be approved, it's under revision, it may take a few days