diff --git a/.github/workflows/git-town.yml b/.github/workflows/git-town.yml new file mode 100644 index 0000000..c34539b --- /dev/null +++ b/.github/workflows/git-town.yml @@ -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