Skip to content

Collab/GitHub services - #2

Merged
Appel420 merged 4 commits into
mainfrom
collab/github-services
Jul 11, 2026
Merged

Collab/GitHub services#2
Appel420 merged 4 commits into
mainfrom
collab/github-services

Conversation

@Appel420

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings July 11, 2026 07:38
@Appel420
Appel420 merged commit ec68b20 into main Jul 11, 2026
1 check passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.yaml to declare contributor identities, permissions, and trust/policy flags.
  • Updated .github/skills/github-tools-collaboration/SKILL.md to 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 thread CONTRIBUTORS.ai.yaml
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: []
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants