Collab/GitHub services - #2
Merged
Merged
Conversation
… service identities
There was a problem hiding this comment.
Pull request overview
This PR introduces repository governance artifacts (templates + contributor identity registry) and updates the GitHub collaboration skill documentation to emphasize an owner-controlled, local-first workflow for human, AI, and automation contributors.
Changes:
- Added provenance and rollback YAML templates under
docs/templates/for recording PR and merge metadata. - Added
CONTRIBUTORS.ai.yamlto declare contributor identities, permissions, and trust/policy flags. - Updated
.github/skills/github-tools-collaboration/SKILL.mdto v2 with local-first policy, workflow guidance, and required PR sections.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| docs/templates/rollback.yaml | Adds a rollback certificate template to document safe revert steps and approval metadata for protected-branch merges. |
| docs/templates/provenance.yaml | Adds a provenance manifest template to capture PR authorship, review/approval, artifacts, and integrity metadata. |
| CONTRIBUTORS.ai.yaml | Introduces a contributor registry and policy flags for identity, permissions, and trust levels. |
| .github/skills/github-tools-collaboration/SKILL.md | Updates collaboration policy and guidance to local-first, owner-controlled expectations and documentation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+40
to
+44
| id: copilot-github | ||
| type: ai | ||
| role: Coding | ||
| provider: GitHub Copilot | ||
| permissions: |
Comment on lines
+13
to
+15
| validated_by: | ||
| - contributor_id: "ci-github-actions" | ||
| role: "CI" |
Comment on lines
+4
to
+8
| policy: | ||
| default_trust_level: constrained | ||
| require_verified_identity: true | ||
| require_signed_commits_on_protected_branches: true | ||
| require_human_approval_for_merge: true |
Comment on lines
+146
to
154
| ```yaml | ||
| rollback: | ||
| merged_commit: "" | ||
| previous_commit: "" | ||
| migration_required: false | ||
| database_impact: none | ||
| risk: low | ||
| rollback_steps: [] | ||
| ``` |
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.
No description provided.