add git town config (#3555)

This commit is contained in:
Pedro Maia Costa
2025-04-09 20:18:52 +01:00
committed by GitHub
parent 03f600b576
commit 14913cfa7a
2 changed files with 48 additions and 0 deletions

21
.github/workflows/git-town.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: Git Town
on:
pull_request:
branches:
- '**'
jobs:
git-town:
name: Display the branch stack
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: git-town/action@v1
with:
skip-single-stacks: true