[Sync] Update project files from source repository (7421e7b) - #131
Merged
mrz1836 merged 1 commit intoMay 29, 2026
Merged
Conversation
|
There was a problem hiding this comment.
Pull request overview
This PR syncs CI/CD workflow infrastructure from the source repository, mainly consolidating reusable workflow stages and tightening workflow runtime/security settings.
Changes:
- Consolidates GoFortress setup, MAGE-X validation, coverage validation, auto-merge, Dependabot, and stale-check workflows to reduce billed job count.
- Removes several now-retired reusable workflow files and replaces test validation with a composite action.
- Adds pinned runner versions, timeouts, and
persist-credentials: falseto many checkout steps.
Reviewed changes
Copilot reviewed 30 out of 30 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/sync-labels.yml |
Pins runners and hardens checkout credentials. |
.github/workflows/stale-check.yml |
Consolidates stale processing into one job. |
.github/workflows/scorecard.yml |
Pins runner and adds timeout. |
.github/workflows/pull-request-management-fork.yml |
Removes retired fork PR workflow. |
.github/workflows/fortress.yml |
Reworks GoFortress orchestration and docs-only short-circuiting. |
.github/workflows/fortress-warm-cache.yml |
Adds job timeout. |
.github/workflows/fortress-test-validation.yml |
Removes retired validation workflow. |
.github/workflows/fortress-test-suite.yml |
Moves validation into coverage processing. |
.github/workflows/fortress-test-matrix.yml |
Hardens checkout credentials. |
.github/workflows/fortress-test-magex.yml |
Removes retired MAGE-X workflow. |
.github/workflows/fortress-test-fuzz.yml |
Hardens checkout credentials. |
.github/workflows/fortress-setup-config.yml |
Absorbs env loading and MAGE-X verification. |
.github/workflows/fortress-release.yml |
Adds release timeout. |
.github/workflows/fortress-pre-commit.yml |
Adds timeout and hardened checkout. |
.github/workflows/fortress-coverage.yml |
Adds inline test validation and provider-input gating. |
.github/workflows/fortress-completion-tests.yml |
Removes retired completion test workflow. |
.github/workflows/fortress-completion-statistics.yml |
Removes retired completion statistics workflow. |
.github/workflows/fortress-completion-finalize.yml |
Removes retired completion finalization workflow. |
.github/workflows/fortress-code-quality.yml |
Consolidates govet and YAML formatting checks. |
.github/workflows/fortress-benchmarks.yml |
Hardens checkout credentials. |
.github/workflows/dependabot-auto-merge.yml |
Consolidates Dependabot processing into one job. |
.github/workflows/codeql-analysis.yml |
Adds timeout and hardened checkout. |
.github/workflows/auto-merge-on-approval.yml |
Consolidates auto-merge processing into one job. |
.github/env/10-pre-commit.env |
Updates go-pre-commit version. |
.github/actions/validate-test-results/action.yml |
Adds composite test-result validation action. |
.github/actions/setup-magex/action.yml |
Adds checksum verification for downloaded MAGE-X assets. |
.github/actions/load-env/action.yml |
Enables stricter shell failure handling. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
github-actions
Bot
deleted the
chore/sync-files-bsv-blockchain-template-20260529-095533-7421e7b
branch
May 29, 2026 14:38
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.

What Changed
fortress-completion-finalize.yml,fortress-completion-statistics.yml, andfortress-completion-tests.ymlfortress-test-magex.yml,fortress-test-validation.yml, andpull-request-management-fork.ymlload-env/action.yml,setup-magex/action.yml, andvalidate-test-results/action.yml10-pre-commit.envWhy It Was Necessary
Testing Performed
Impact / Risk