Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Feb 3, 2026

CI unit tests failing because pkg/repoutil test fixtures still referenced githubnext org after repository was moved to github org.

Changes

Updated test expectations in pkg/repoutil/repoutil_test.go:

  • TestSplitRepoSlug - "githubnext" → "github"
  • TestParseGitHubURL - "githubnext" → "github"
  • TestSanitizeForFilename - "githubnext-gh-aw" → "github-gh-aw"
 {
   name:          "valid slug",
   slug:          "github/gh-aw",
-  expectedOwner: "githubnext",
+  expectedOwner: "github",
   expectedRepo:  "gh-aw",
   expectError:   false,
 },
Original prompt

Fix the failing GitHub Actions workflow test
Analyze the workflow logs, identify the root cause of the failure, and implement a fix.
Job ID: 62286209982
Job URL: https://github.com/github/gh-aw/actions/runs/21613163551/job/62286209982


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing GitHub Actions workflow test Fix repoutil tests after repository org migration Feb 3, 2026
Copilot AI requested a review from pelikhan February 3, 2026 01:52
@pelikhan pelikhan marked this pull request as ready for review February 3, 2026 02:01
Copilot AI review requested due to automatic review settings February 3, 2026 02:01
@pelikhan pelikhan merged commit 3f432d7 into main Feb 3, 2026
@pelikhan pelikhan deleted the copilot/fix-github-actions-workflow-5f4500b5-a27c-4c56-b66c-d1e1c472f35d branch February 3, 2026 02:01
Copy link
Contributor

Copilot AI left a comment

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 fixes failing unit tests in pkg/repoutil after the repository was migrated from the githubnext organization to the github organization. The test fixtures were using outdated organization expectations that didn't match the repository's current location.

Changes:

  • Updated test expectations in TestSplitRepoSlug to expect "github" instead of "githubnext"
  • Updated test expectations in TestParseGitHubURL to expect "github" instead of "githubnext"
  • Updated test expectations in TestSanitizeForFilename to expect "github-gh-aw" instead of "githubnext-gh-aw"

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

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