File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 22
33Create comment on pull request, if exists update that comment.
44
5+ ## Usage:
6+
7+ ``` yaml
8+ uses : marocchino/sticky-pull-request-comment@v1
9+ with :
10+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
11+ message : |
12+ Release ${{ github.sha }} to <https://pr-${{ github.event.number }}.example.com>
13+ ` ` `
14+
515## Development
616
717Install the dependencies
@@ -55,13 +65,3 @@ $ git push origin releases/v1
5565Your action is now published! :rocket :
5666
5767See the [ versioning documentation] ( https://github.com/actions/toolkit/blob/master/docs/action-versioning.md )
58-
59- ## Usage:
60-
61- ``` yaml
62- uses : marocchino/sticky-pull-request-comment@v1
63- with :
64- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
65- message : |
66- Release ${{ github.sha }} to <https://pr-${{ github.event.number }}.example.com>
67- ` ` `
Original file line number Diff line number Diff line change 1- name : " Your name here "
2- description : " Provide a description here "
3- author : " Your name or organization here "
1+ name : " Sticky Pull Request Comment "
2+ description : " Create comment on pull request, if exists update that comment. "
3+ author : " marocchino "
44inputs :
55 message :
66 description : " comment message"
You can’t perform that action at this time.
0 commit comments