Skip to content

feat: add AGENTS.md, rebuild GitHub Pages with fixed template #60

feat: add AGENTS.md, rebuild GitHub Pages with fixed template

feat: add AGENTS.md, rebuild GitHub Pages with fixed template #60

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