Skip to content

Commit

Permalink
Add Stacked PRs CI Workflow
Browse files Browse the repository at this point in the history
Add Git Town CI workflow to properly handle stacked PRs
  • Loading branch information
pklaschka committed Dec 7, 2024
1 parent 49c5ae9 commit 578604f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/git-town.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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

0 comments on commit 578604f

Please sign in to comment.