Skip to content

feat(board): surface AI Agent State field during GSD execution #29

feat(board): surface AI Agent State field during GSD execution

feat(board): surface AI Agent State field during GSD execution #29

Workflow file for this run

name: Auto Label PRs
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"