Skip to content

feat: comment on pull requests with the next version of the software, if it deploys #127

feat: comment on pull requests with the next version of the software, if it deploys

feat: comment on pull requests with the next version of the software, if it deploys #127

Workflow file for this run

on: [pull_request]
jobs:
print-pr-stack:
name: Display the PR stack
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write # Required for PR comments
steps:
- uses: actions/checkout@v4
- uses: git-town/action@v1
with:
main-branch: 'alpha'
perennial-regex: '^feat/.*$'