Skip to content

[pull] main from Milkdown:main #96

[pull] main from Milkdown:main

[pull] main from Milkdown:main #96

Workflow file for this run

name: town
on:
pull_request:
branches:
- '**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: write
jobs:
git-town:
name: display the branch stack
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: git-town/action@v1.3.0
with:
history-limit: 50