Skip to content

feat: add module, tool execution, and agent response attributes (#13) #30

feat: add module, tool execution, and agent response attributes (#13)

feat: add module, tool execution, and agent response attributes (#13) #30

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