mirror of
https://github.com/stoatchat/action-git-town.git
synced 2026-07-01 21:44:53 -04:00
fd2156e6c0
* feat: v1
25 lines
377 B
YAML
25 lines
377 B
YAML
name: Git Town
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- '**'
|
|
|
|
concurrency:
|
|
group: git-town-${{ github.sha }}
|
|
cancel-in-progress: true
|
|
|
|
jobs:
|
|
branch-stack:
|
|
name: Display the Branch Stack
|
|
runs-on: ubuntu-latest
|
|
|
|
permissions:
|
|
contents: read
|
|
pull-requests: write
|
|
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- name: Git Town
|
|
uses: ./
|