Skip to content

Conversation

@castrojo
Copy link
Contributor

Reverting PR #187 due to GitHub platform limitation.

Issue

The default GITHUB_TOKEN provided by GitHub Actions cannot access organization-level Projects v2 boards. This is a platform limitation, not an issue with our implementation.

Error encountered:

Could not resolve to a node with the global id of 'PVT_kwDOCCE0ds4BLZBC'

What This Reverts

  • .github/workflows/weekly-report.yml - GitHub Actions workflow
  • scripts/weekly-report/ - Report generation scripts
  • .dockerignore - Container exclusions

Reason

The feature requires either:

  1. A GitHub App with organization-level permissions
  2. A Personal Access Token with org:read scope

Since 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 adds org project access to GITHUB_TOKEN, or
  • Alternative authentication method is configured

Related: #166
Closes: #166 (reopening as blocked)

@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Jan 26, 2026
@dosubot dosubot bot added area/dx Development experience (DX) - IDEs, dev tools kind/automation Automation and CI/CD labels Jan 26, 2026
Reverting PR #187 due to GitHub platform limitation where GITHUB_TOKEN
cannot access organization-level Projects v2 boards.

The implementation is correct but requires either:
- A GitHub App with org-level permissions
- A Personal Access Token with org:read scope

Will revisit this feature when GitHub adds organization project access
to the default GITHUB_TOKEN or when alternative authentication is set up.

Related: #166

Assisted-by: Claude 3.5 Sonnet via GitHub Copilot
@castrojo castrojo force-pushed the revert/weekly-status-reports branch from f0c0f58 to c140d63 Compare January 26, 2026 03:01
@dosubot dosubot bot added size:XL This PR changes 500-999 lines, ignoring generated files. and removed size:L This PR changes 100-499 lines, ignoring generated files. labels Jan 26, 2026
@castrojo castrojo merged commit 8f5f60f into main Jan 26, 2026
1 check passed
@castrojo castrojo deleted the revert/weekly-status-reports branch January 26, 2026 03:09
@castrojo castrojo removed the area/dx Development experience (DX) - IDEs, dev tools label Jan 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/automation Automation and CI/CD size:XL This PR changes 500-999 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement a weekly report

2 participants