Implement organization-wide safety standards with self-hosted runner support and automation#25
Open
Implement organization-wide safety standards with self-hosted runner support and automation#25
Conversation
… info - Add global announcement to README.md with verified channels - Create ANNOUNCEMENT.md with official ownership statement - Update SECURITY.md with workflow security practices and ownership info - Update CONTRIBUTING.md with ownership and security guidelines - Create ORG_WIDE_UPDATE_PROCESS.md for replicating updates across org Co-authored-by: Kushmanmb <193178375+Kushmanmb@users.noreply.github.com>
- Create propagate-updates.sh script for CLI-based updates - Create propagate-safety-standards.yml workflow for automated updates - Add scripts/README.md with documentation - Both tools support dry-run mode for testing - Include repository listing and selective updates Co-authored-by: Kushmanmb <193178375+Kushmanmb@users.noreply.github.com>
- Create .github/templates/global-announcement.md as single source of truth - Update propagate-updates.sh to fetch from template - Update propagate-safety-standards.yml to use template - Add templates/README.md with documentation - Addresses code review feedback about duplication Co-authored-by: Kushmanmb <193178375+Kushmanmb@users.noreply.github.com>
- Create QUICK_START_GUIDE.md with practical instructions - Include setup guides for maintainers, contributors, and DevOps - Add templates and checklists for common tasks - Document monthly/quarterly/annual maintenance schedules - Provide quick reference links to all documentation Co-authored-by: Kushmanmb <193178375+Kushmanmb@users.noreply.github.com>
- Document all requirements met with detailed breakdown - List all files changed/created with line counts - Include security validation results - Provide maintenance schedules and usage instructions - Confirm zero vulnerabilities and complete implementation
Copilot
AI
changed the title
[WIP] Implement workflows using self-hosted runners with safety measures
Implement organization-wide safety standards with self-hosted runner support and automation
Feb 14, 2026
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.
Establishes comprehensive security practices for GitHub Actions workflows across the organization, adds official ownership announcement, and provides automation for propagating these standards to other repositories.
Workflow Security Enhancements
Global Ownership Announcement
.github/templates/global-announcement.mdDocumentation Updates
SECURITY.md (+64 lines):
CONTRIBUTING.md (+28 lines):
Organization-Wide Automation
Two propagation methods:
CLI Tool (
scripts/propagate-updates.sh):GitHub Actions Workflow (
.github/workflows/propagate-safety-standards.yml):Documentation:
ORG_WIDE_UPDATE_PROCESS.md- Complete manual and automated procedures (252 lines)QUICK_START_GUIDE.md- Practical guide for maintainers, contributors, and DevOps (224 lines)Files Changed
Security Validation
Original prompt
This pull request was created from Copilot chat.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.