diff --git a/.github/workflows/git-town-stack.yml b/.github/workflows/git-town-stack.yml new file mode 100644 index 0000000..d6d43cd --- /dev/null +++ b/.github/workflows/git-town-stack.yml @@ -0,0 +1,24 @@ +name: Git Town Stack + +on: + pull_request: + branches: + - '**' + +jobs: + display-stack: + name: Display the branch stack + runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: write + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + + - uses: git-town/action@v1 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + skip-single-stacks: true + location: comment