Skip to content

fix: restore stale.yml aliases for @main callers - #45

Merged
gitctrlx merged 1 commit into
mainfrom
fix/stale-compat-alias
Sep 2, 2026
Merged

fix: restore stale.yml aliases for @main callers#45
gitctrlx merged 1 commit into
mainfrom
fix/stale-compat-alias

Conversation

@gitctrlx

@gitctrlx gitctrlx commented Sep 2, 2026

Copy link
Copy Markdown
Member

Summary

  • qntx-labs still uses: qntx/workflows/.github/workflows/stale.yml@main (and actpub uses repo-stale.yml@main). Those files were deleted in v2, so the daily stale cron fails and mails.
  • Restore both names as workflow_call forwards to ops-stale.yml. No schedule on the alias (this repo already has self-stale.yml). No duplicated stale logic.
  • New callers still pin ops-stale.yml@v2.

Test plan

  • Self / CI green (actionlint, zizmor, pinact, format)
  • After merge to main, a qntx-labs workflow_dispatch of Close Stale Issues and PRs starts instead of missing-workflow failure

qntx-labs still uses stale.yml@main and repo-stale.yml@main. Those
paths were deleted, so scheduled runs fail and mail. The files are
workflow_call forwards to ops-stale.yml, not a public API.
@gitctrlx
gitctrlx requested a review from qntxc as a code owner September 2, 2026 16:46
Copilot AI lite review requested due to automatic review settings September 2, 2026 16:46

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.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

permissions:
issues: write
pull-requests: write
uses: $/.github/workflows/ops-stale.yml
permissions:
issues: write
pull-requests: write
uses: $/.github/workflows/ops-stale.yml
@gitctrlx
gitctrlx merged commit 1a86eee into main Sep 2, 2026
9 checks passed
@gitctrlx
gitctrlx deleted the fix/stale-compat-alias branch September 2, 2026 16:47
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.

3 participants