Skip to content

Commit

Permalink
auto msg first comment in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
avelino authored Mar 18, 2023
1 parent 201783b commit 0a5d4fb
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/pull-request-first-comment.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0a5d4fb

Please sign in to comment.