Skip to content

Commit

Permalink
Merge pull request #6 from wuespace/chore/stacked-prs-ci
Browse files Browse the repository at this point in the history
Add Stacked PRs CI Workflow
  • Loading branch information
pklaschka authored Dec 7, 2024
2 parents 49c5ae9 + 578604f commit 495d2f9
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 495d2f9

Please sign in to comment.