Skip to content

[v2][Feat] Add the check-generate workflow can work in local runner for the PR from fork repo (#6845) #1031

[v2][Feat] Add the check-generate workflow can work in local runner for the PR from fork repo (#6845)

[v2][Feat] Add the check-generate workflow can work in local runner for the PR from fork repo (#6845) #1031

Workflow file for this run

name: Git Town
on:
pull_request:
branches:
- '**'
jobs:
git-town:
name: Display the branch stack
runs-on: ubuntu-latest
if: github.event.pull_request.head.repo.full_name == github.repository
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: git-town/action@v1
with:
main-branch: 'main'
skip-single-stacks: true