Added CentralMind/Gateway API generator tool #8
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: New Submission PR | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
new-pull-request: | |
runs-on: ubuntu-latest | |
name: An example job to comment a PR | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Automated Comment | |
# if: github.actor != github.repository_owner | |
uses: thollander/actions-comment-pull-request@v2 | |
with: | |
message: | | |
Hello **${{ github.actor }}** :wave:! | |
Thank you very much for your submission! <u>Please make sure you have reviewed the requirements</u> for approving and merging your pull request (PR). It may take some time for your submission to be reviewed. You can occasionally comment with a "bump" to bring more attention to it. | |
reactions: eyes, rocket |