mirror of
https://github.com/netbirdio/netbird.git
synced 2026-03-31 06:24:18 -04:00
22 lines
342 B
YAML
22 lines
342 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@v4
|
|
- uses: git-town/action@v1.2.1
|
|
with:
|
|
skip-single-stacks: true
|