Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/workflows/git-town-stack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Git Town Stack

on:
pull_request:
branches:
- '**'

jobs:
display-stack:
name: Display the branch stack
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: git-town/action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
skip-single-stacks: true
location: comment
Loading