Add rule to warn against using scopes with assisted injection #546
This file contains 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 | |
- uses: git-town/action@379e52b8a5c26c8350c75b45597b3ca7316683d7 # v1 |