Skip to content

fix: populate App.Spec in Get/List/Watch responses so UI can render about, replicas, and resources #930

fix: populate App.Spec in Get/List/Watch responses so UI can render about, replicas, and resources

fix: populate App.Spec in Get/List/Watch responses so UI can render about, replicas, and resources #930

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