diff --git a/.github/workflows/git-town.yaml b/.github/workflows/git-town.yaml new file mode 100644 index 000000000..5f9486e36 --- /dev/null +++ b/.github/workflows/git-town.yaml @@ -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