revert: remove weekly status report automation #190
Merged
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.
Reverting PR #187 due to GitHub platform limitation.
Issue
The default
GITHUB_TOKENprovided by GitHub Actions cannot access organization-level Projects v2 boards. This is a platform limitation, not an issue with our implementation.Error encountered:
What This Reverts
.github/workflows/weekly-report.yml- GitHub Actions workflowscripts/weekly-report/- Report generation scripts.dockerignore- Container exclusionsReason
The feature requires either:
org:readscopeSince we want to use only
secrets.GITHUB_TOKEN(like other workflows in this repo), we'll wait for GitHub to add organization project access to the default token.Future
We can revisit this feature when:
GITHUB_TOKEN, orRelated: #166
Closes: #166 (reopening as blocked)