Skip to content

feat: add governance files, CI/CD workflows, and enhanced agent guidance #1

feat: add governance files, CI/CD workflows, and enhanced agent guidance

feat: add governance files, CI/CD workflows, and enhanced agent guidance #1

name: Release Drafter
on:
push:
branches: [main]
pull_request_target:
types: [opened, reopened, synchronize]
permissions:
contents: write
pull-requests: write
jobs:
update-release-draft:
name: Draft release notes
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}