Skip to content

fix: remove campaign-id from workflows and fix lint errors#13572

Merged
mnkiefer merged 2 commits intocampaign-cleaningfrom
copilot/sub-pr-13571
Feb 3, 2026
Merged

fix: remove campaign-id from workflows and fix lint errors#13572
mnkiefer merged 2 commits intocampaign-cleaningfrom
copilot/sub-pr-13571

Conversation

Copy link
Contributor

Copilot AI commented Feb 3, 2026

Lint failures caused by formatting issues and deprecated campaign-id property in workflow frontmatter.

Formatting fixes:

  • Removed extraneous blank lines in test files
  • Fixed line wrapping in safe_outputs_tools.json description field

Schema compliance:

  • Removed campaign-id property from repo-memory tool configurations in 4 workflows (code-scanning-fixer, dependabot-bundler, secret-scanning-triage, security-fix-pr)
  • This property was deprecated as part of the campaign-cleaning refactor

Files changed:

  • 3 JavaScript/JSON files (formatting)
  • 4 workflow markdown files (schema compliance)
  • 12 generated .lock.yml files (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.

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
@mnkiefer mnkiefer marked this pull request as ready for review February 3, 2026 19:53
Copilot AI review requested due to automatic review settings February 3, 2026 19:53
Copilot AI requested a review from mnkiefer February 3, 2026 19:53
@mnkiefer mnkiefer merged commit a0b05ae into campaign-cleaning Feb 3, 2026
3 checks passed
@mnkiefer mnkiefer deleted the copilot/sub-pr-13571 branch February 3, 2026 19:53
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Removes deprecated campaign-id workflow frontmatter configuration and applies small formatting-only fixes to resolve lint/schema failures.

Changes:

  • Removed campaign-id from repo-memory tool 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.yml workflow 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.

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