[copilot-pr-merged-report] Daily Copilot PR Merged Report - 2025-12-08 #5902
Closed
Replies: 1 comment
-
|
⚓ Avast! This discussion be marked as outdated by Daily Copilot PR Merged Report. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🤖 Daily Copilot PR Merged Report - 2025-12-08
Summary
Analysis Period: Last 24 hours (since 2025-12-07)⚠️ Unable to retrieve data due to API connectivity issues
Status:
Issue Encountered
The workflow encountered authentication and connectivity issues when attempting to query GitHub's API for merged pull requests:
GITHUB_TOKENenvironment variable was available for authenticated API callspr listcommand with search filtersTechnical Details
Attempted Approaches
1. GitHub CLI Search
gh pr list --search "head:copilot/ is:merged merged:>=2025-12-07" --state mergedResult: HTTP/HTTPS connectivity errors
2. GitHub API Direct Access
Result: "Bad credentials" (401) - Token not available in environment
3. Search API
curl "https://api.github.com/search/issues?q=repo:githubnext/gh-aw+is:pr+is:merged"Result: "Bad credentials" (401)
Environment Check
GITHUB_TOKEN: Not setGH_TOKEN: Not setsafeinputs-gh: Connectivity issues with GitHub APIRecommendations
To resolve this issue for future runs:
GITHUB_TOKENorGH_TOKENenvironment variable for API authenticationNext Steps
pull-requests: readandcontents: readGITHUB_TOKENis properly passed to the agent execution environmentReferences:
Beta Was this translation helpful? Give feedback.
All reactions