Skip to content

chore: retire weekly-report workflow (moved to action-reporting)#316

Merged
mmcky merged 1 commit into
mainfrom
chore/retire-weekly-report
Jun 4, 2026
Merged

chore: retire weekly-report workflow (moved to action-reporting)#316
mmcky merged 1 commit into
mainfrom
chore/retire-weekly-report

Conversation

@mmcky

@mmcky mmcky commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

Retire the weekly-report workflow (moved to action-reporting)

The recurring weekly status report now runs inside the
QuantEcon/action-reporting repo
itself
(the action runs against its own GITHUB_TOKEN via uses: ./) and
records each report as an issue in that repo, filterable by the
status-report label. Posting status updates in meta was not the right home;
keeping them in the (public) reporting repo gives a dedicated, self-contained
issue list.

Changes

  • Remove .github/workflows/weekly-report.yml — the scheduled run is now
    hosted in action-reporting, so meta no longer needs it.
  • Update the README "Reporting Action" section to point at the renamed
    QuantEcon/action-reporting repo, and drop the long-removed output-format
    input from the usage snippet.

Notes

  • The action repo action-weekly-report is being renamed to action-reporting;
    GitHub auto-redirects the old references, but this PR updates them anyway.
  • No secrets change here. ANTHROPIC_API_KEY (used for the highlights LLM pass)
    is an org secret already available to action-reporting.

🤖 Generated with Claude Code

The recurring weekly status report now runs inside the
QuantEcon/action-reporting repo (via the action itself) and records each
report as an issue there under the `status-report` label, so meta no
longer needs to host the scheduled run. Removes the workflow and updates
the README to point at the renamed action-reporting repo (also drops the
long-removed `output-format` input from the usage example).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 3, 2026 23:34

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.

Pull request overview

This PR retires the scheduled “weekly-report” workflow from meta and updates the README to reflect that reporting now lives in a dedicated action repository.

Changes:

  • Removed the .github/workflows/weekly-report.yml scheduled workflow from this repository.
  • Updated the README “Reporting Action” section to point to QuantEcon/action-reporting and updated the usage snippet (including removing the long-removed output-format input).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
README.md Renames/updates the reporting action documentation and usage snippet to reflect the new home/repo.
.github/workflows/weekly-report.yml Deletes the scheduled weekly report workflow so meta no longer runs it.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mmcky mmcky merged commit 58d577d into main Jun 4, 2026
1 check passed
@mmcky mmcky deleted the chore/retire-weekly-report branch June 4, 2026 03:55
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