Files
netbird/.github/workflows/git-town.yml
Theodor S. Midtlien 6c2ba243ee Downgrade git-town
2026-05-27 16:51:54 +02:00

24 lines
483 B
YAML

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: git-town/action@3d8b878379abb1ee393fb49865a28b4a6c2cd3b0 # v1.2.1
with:
skip-single-stacks: true