fix: remove campaign-id from workflows and fix lint errors#13572
Merged
mnkiefer merged 2 commits intocampaign-cleaningfrom Feb 3, 2026
Merged
fix: remove campaign-id from workflows and fix lint errors#13572mnkiefer merged 2 commits intocampaign-cleaningfrom
mnkiefer merged 2 commits intocampaign-cleaningfrom
Conversation
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Remove campaign-specific references from codebase
fix: remove campaign-id from workflows and fix lint errors
Feb 3, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Removes deprecated campaign-id workflow frontmatter configuration and applies small formatting-only fixes to resolve lint/schema failures.
Changes:
- Removed
campaign-idfromrepo-memorytool configs in affected workflow markdown files. - Fixed formatting in JS test files (extra blank lines) and JSON schema content (
safe_outputs_tools.json). - Regenerated compiled
.lock.ymlworkflow artifacts to reflect the markdown/frontmatter updates.
Reviewed changes
Copilot reviewed 18 out of 19 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| actions/setup/js/safe_outputs_tools.json | Fixes JSON formatting (indentation/wrapping) to satisfy JS/JSON formatting checks. |
| actions/setup/js/push_repo_memory.test.cjs | Removes trailing blank line to satisfy lint/format expectations. |
| actions/setup/js/glob_pattern_helpers.test.cjs | Removes extraneous blank line to satisfy lint/format expectations. |
| .github/workflows/security-fix-pr.md | Drops deprecated campaign-id from repo-memory configuration. |
| .github/workflows/secret-scanning-triage.md | Drops deprecated campaign-id from repo-memory configuration. |
| .github/workflows/dependabot-bundler.md | Drops deprecated campaign-id from repo-memory configuration. |
| .github/workflows/code-scanning-fixer.md | Drops deprecated campaign-id from repo-memory configuration. |
| .github/workflows/security-fix-pr.lock.yml | Regenerated compiled workflow after frontmatter change (removes GH_AW_CAMPAIGN_ID). |
| .github/workflows/secret-scanning-triage.lock.yml | Regenerated compiled workflow after frontmatter change (removes GH_AW_CAMPAIGN_ID). |
| .github/workflows/dependabot-bundler.lock.yml | Regenerated compiled workflow after frontmatter change (removes GH_AW_CAMPAIGN_ID). |
| .github/workflows/code-scanning-fixer.lock.yml | Regenerated compiled workflow after frontmatter change (removes GH_AW_CAMPAIGN_ID). |
| .github/workflows/workflow-health-manager.lock.yml | Regenerated compiled workflow artifact reflecting current tool schema strings. |
| .github/workflows/workflow-generator.lock.yml | Regenerated compiled workflow artifact reflecting current tool schema strings. |
| .github/workflows/sub-issue-closer.lock.yml | Regenerated compiled workflow artifact reflecting current tool schema strings. |
| .github/workflows/poem-bot.lock.yml | Regenerated compiled workflow artifact reflecting current tool schema strings. |
| .github/workflows/test-project-url-default.lock.yml | Regenerated compiled workflow artifact reflecting current tool schema (notably update_project schema text). |
| .github/workflows/smoke-project.lock.yml | Regenerated compiled workflow artifact reflecting current tool schema (notably update_project schema text). |
| .github/workflows/security-alert-burndown.lock.yml | Regenerated compiled workflow artifact reflecting current tool schema (notably update_project schema text). |
| .github/workflows/dependabot-burner.lock.yml | Regenerated compiled workflow artifact reflecting current tool schema (notably update_project schema text). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Lint failures caused by formatting issues and deprecated
campaign-idproperty in workflow frontmatter.Formatting fixes:
safe_outputs_tools.jsondescription fieldSchema compliance:
campaign-idproperty fromrepo-memorytool configurations in 4 workflows (code-scanning-fixer, dependabot-bundler, secret-scanning-triage, security-fix-pr)Files changed:
.lock.ymlfiles (recompiled after markdown changes)✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.