Skip to content

Commit

Permalink
Comment on PRs included in release (#5234)
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig authored Mar 6, 2023
1 parent eca63ad commit 0006d86
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/publish-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,16 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

comment:
name: Comment on included PRs
runs-on: buildjet-4vcpu-ubuntu-2204
needs: [tag, npm]
if: needs.tag.outputs.is_stable == 'true'
steps:
- uses: nflaig/release-comment-on-pr@v1
with:
token: ${{ secrets.GH_PAGES_TOKEN }}

docker:
name: Publish to Docker Hub
runs-on: buildjet-4vcpu-ubuntu-2204
Expand Down

0 comments on commit 0006d86

Please sign in to comment.