Skip to content

Commit

Permalink
It's nearly showtime
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Nov 20, 2021
1 parent 7bea81a commit 7b54848
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Post Release Comments

**This action is still a work in progress. I'm blocked right now on [an issue](https://github.com/actions/toolkit/issues/938), once I have that sorted, we should be all good!**

A GitHub action to automate the process of commenting on issues/PRs when the related fix has been released.

## Example
Expand All @@ -18,7 +16,13 @@ This action assumes you keep a `CHANGELOG.md` and you have some way of getting t
Anyways, this is how you'd implement this in an Actions workflow:

```yaml
TODO
- name: Comment on related issues
uses: duncanmcclean/post-release-comments@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
version: ${{ github.ref }}
changelog: ${{ steps.changelog.outputs.text }}
```
## Sponsor me!
Expand Down

0 comments on commit 7b54848

Please sign in to comment.