Add decimal to Financial #123
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: First comment in new pull request | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
commentCreated: | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: write | |
environment: action | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
steps: | |
- name: first comment | |
uses: peter-evans/create-or-update-comment@v3 | |
with: | |
token: ${{ secrets.GITHUB_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. | |
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 |