tdupoiron-actions/Copilot External Doc Updater
GitHub Action using Copilot SDK + Notion MCP to update documentation on PR merge
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| notion-token | Notion API token for authentication | yes | — |
| notion-page-id | The ID of the Notion page to update | yes | — |
| github-token | GitHub token for API access | yes | ${{ github.token }} |
| model | The AI model to use for Copilot SDK (e.g., gpt-4o, gpt-4.1, claude-sonnet-4) | no | gpt-4o |
| update-mode | What to update: "changelog-only" (just changelog), "changelog-and-doc" (both changelog and main doc page) | no | changelog-and-doc |
Outputs
no outputs