feat: add Dependabot auto-merge workflow - #117
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Coverage report
Test suite run success23 tests passing in 3 suites. Report generated by 🧪jest coverage report action from 9c04a64 |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9c04a64698
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -0,0 +1,24 @@ | |||
| name: Dependabot auto-merge | |||
There was a problem hiding this comment.
Add this workflow change to both changelogs
This commit adds an operational workflow but leaves both CHANGELOG.md and assets/changelog.json unchanged, so the release history and in-app changelog will not record the new Dependabot auto-merge behavior. Add a matching non-technical summary under the [NEXT_VERSION] and [NEXT_DATE] placeholders in both files.
AGENTS.md reference: AGENTS.md:L26-L26
Useful? React with 👍 / 👎.
Flows down the Dependabot auto-merge improvement from
second-brain-architecture.Adds a workflow that runs only for Dependabot pull requests, fetches Dependabot metadata, and enables GitHub auto-merge using the repository
GITHUB_TOKEN.Note: repository-level auto-merge is currently reported as disabled, so that setting must be enabled for the workflow to complete successfully.