release commenting
Closed this issue ยท 0 comments
mcansh commented
jobs:
comment:
name: ๐ Comment on issues and pull requests
if: github.repository == 'mcansh/remix-fastify'
runs-on: ubuntu-latest
steps:
- name: โฌ๏ธ Checkout repo
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: ๐ Comment on issues
uses: mcansh/release-comment-action@v0.1.3
env:
DIRECTORY_TO_CHECK: "./packages"
PACKAGE_VERSION_TO_FOLLOW: "@mcansh/remix-fastify"
GITHUB_REPOSITORY: ${{ github.repository }}
GH_TOKEN: ${{ github.token }}