Conversation
15 tasks
Copilot AI
added a commit
that referenced
this pull request
Feb 14, 2026
- Updated max-turns from 50 to 100 - Added all PR review safe output configurations: - update-pull-request - close-pull-request - create-pull-request-review-comment - submit-pull-request-review - resolve-pull-request-review-thread - push-to-pull-request-branch - add-reviewer - Added comprehensive test requirements for each PR review safe output (#11-17) - Updated output section to handle pass/fail/skip status - Recompiled workflow successfully Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
This was referenced Feb 14, 2026
This was referenced Mar 11, 2026
Merged
fix: disable HTTP server timeouts in safe-outputs MCP server to prevent idle connection drops
#20901
Merged
Merged
refactor: migrate /opt/gh-aw to ${{ runner.temp }}/gh-aw for self-hosted runner compatibility
#21443
Merged
This was referenced Mar 18, 2026
Copilot AI
added a commit
that referenced
this pull request
Mar 19, 2026
Add `bots?: string[]` to the `tools.github` configuration in the GitHub MCP Server Access Control Specification. Listed bots are treated as team members, bypassing the `roles` permission check while `repos` and `private-repos` constraints still apply. - Add Section 4.4.4 describing the new `bots` field - Update Section 4.5 evaluation order to include bot bypass - Add Section 4.6.5 bot identifier validation rules - Update Section 9.2 middleware diagram, 9.3/9.4 schema examples - Add compliance tests T-GH-11–013 and T-GH-27–032 - Add Appendix A.12 bot team members configuration example - Bump spec version to 1.1.0 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes https://github.com/githubnext/gh-aw-internal/issues/672