feat: migrate health score displays to v2 and implement Health Score v2 content spec IN-1212 #2191
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | |
| with: | |
| skip-single-stacks: true |