File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change 1- name : Greetings Message
1+ # name: Greetings Message
22
3- on :
4- pull_request :
5- types : [opened, synchronize]
3+ # on:
4+ # pull_request:
5+ # types: [opened, synchronize]
66
7- jobs :
8- GreetCommitter :
9- runs-on : ubuntu-latest
10- steps :
11- - name : " Greetings Message"
12- uses : ibakshay/greet-contributors-action@v3
13- env :
14- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
15- with :
16- content : |
17- Hello @${{ github.actor }}! Please remember the following:
7+ # jobs:
8+ # GreetCommitter:
9+ # runs-on: ubuntu-latest
10+ # steps:
11+ # - name: "Greetings Message"
12+ # uses: ibakshay/greet-contributors-action@v3
13+ # env:
14+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+ # with:
16+ # content: |
17+ # Hello @${{ github.actor }}! Please remember the following:
1818
19- - Update the `changelog.rst` if your changes are significant.
20- - Provide a verbose PR title and description.
21- - List any GitHub issues that may be closed by this PR.
22- - Add tests if this PR adds functionality or bugfixes.
23- - Keep this PR marked as draft until ready for review.
19+ # - Update the `changelog.rst` if your changes are significant.
20+ # - Provide a verbose PR title and description.
21+ # - List any GitHub issues that may be closed by this PR.
22+ # - Add tests if this PR adds functionality or bugfixes.
23+ # - Keep this PR marked as draft until ready for review.
2424
25- Thank you for your contribution!
25+ # Thank you for your contribution!
You can’t perform that action at this time.
0 commit comments