File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33> A GitHub Action which adds a comment to a pull request's issue.
44
5+ Note, I'm publishing v2 as v1 without any new features due to all the
6+ deprecations folks are experiencing with v1. v2 will make some changes to the
7+ interface and add new features.
8+
59## Features
610
711- Fast, runs in the GitHub Actions node.js runtime; no Docker pull needed.
2024 test :
2125 runs-on : ubuntu-latest
2226 steps :
23- - uses : mshick/add-pr-comment@v2
27+ - uses : mshick/add-pr-comment@v1
2428 with :
2529 message : |
2630 **Hello**
8185 pr:
8286 runs-on: ubuntu-latest
8387 steps:
84- - uses: mshick/add-pr-comment@v2
88+ - uses: mshick/add-pr-comment@v1
8589 with:
8690 message: |
8791 **Howdie!**
Original file line number Diff line number Diff line change 11{
22 "name" : " @mshick/add-pr-comment" ,
3- "version" : " 2 .0.0" ,
3+ "version" : " 1 .0.0" ,
44 "description" : " A GitHub Action which adds a comment to a Pull Request Issue." ,
55 "keywords" : [
66 " GitHub" ,
You can’t perform that action at this time.
0 commit comments