File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ @@softservedata
Original file line number Diff line number Diff line change 1+ ## Describe your changes
2+ ...
3+
4+ ## Issue ticket number and link
5+ ...
6+
7+ ## Checklist before requesting a review
8+ - [ ] I have performed a self-review of my code
9+ - [ ] If it is a core feature, I have added thorough tests
10+ - [ ] Do we need to implement analytics?
11+ - [ ] Will this be part of a product update? If yes, please write one phrase about this update
Original file line number Diff line number Diff line change @@ -110,4 +110,4 @@ def test_PR_template_present
110110 assert_not_nil ( actual , 'Pull request template is absent' )
111111 end
112112
113- end
113+ end
Original file line number Diff line number Diff line change 1- name : Discord PR Notification
1+ name : Discord Notify
22
33on :
44 pull_request :
55 types : [opened]
6-
7- on :
86 push :
9- pull_request :
10- types : [opened]
11-
7+
128jobs :
139 notify :
1410 runs-on : ubuntu-latest
1511
1612 steps :
17- - name : Send message to Discord
13+ - name : Send Discord message
1814 run : |
19- curl -X POST ${{ secrets.DISCORD_WEBHOOK }} \
15+ curl -X POST " ${{ secrets.DISCORD_WEBHOOK }}" \
2016 -H "Content-Type: application/json" \
21- -d '{"content": "New PR created : ${{ github.event.pull_request.html_url }}"}'
17+ -d '{"content":"Event triggered : ${{ github.event_name }}"}'
Original file line number Diff line number Diff line change 1+ dfgdfgasdasd
You can’t perform that action at this time.
0 commit comments