Skip to content

Commit

Permalink
chore(ci): add git-town workflow (#1693)
Browse files Browse the repository at this point in the history
Adding git-town workflow to do a poc around stacked prs as we migrate to
connect-rpc.

https://github.com/marketplace/actions/git-town-github-action
  • Loading branch information
strantalis authored Oct 31, 2024
1 parent 870cff3 commit aeb898b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/git-town.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Git Town

on:
pull_request:
branches:
- main

jobs:
git-town:
name: Display the branch stack
runs-on: ubuntu-22.04

permissions:
contents: read
pull-requests: write

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- uses: git-town/action@7cec053e109396e49a15328a749b32552e6f91db
with:
skip-single-stacks: true
main-branch: main

0 comments on commit aeb898b

Please sign in to comment.