Update repoAccess for experimental-ext-tasks rename to ext-tasks by localden · Pull Request #125 · modelcontextprotocol/access · GitHub
Skip to content

Update repoAccess for experimental-ext-tasks rename to ext-tasks#125

Merged
localden merged 1 commit into
mainfrom
localden/fix-ext-tasks-rename
Jun 24, 2026
Merged

Update repoAccess for experimental-ext-tasks rename to ext-tasks#125
localden merged 1 commit into
mainfrom
localden/fix-ext-tasks-rename

Conversation

@localden

Copy link
Copy Markdown
Contributor

The repository was renamed from experimental-ext-tasks to ext-tasks. GitHub redirects GET requests on the old name, but the team-repo DELETE endpoint the Pulumi github provider uses returns 404 against the old name. This has been failing the Deploy workflow since June 9, blocking propagation of every merge since then.

After this lands, Deploy should succeed and the changes from #122 and #124 will propagate.

There is also a config-vs-reality drift on this repo: lead-maintainers has admin access on ext-tasks in GitHub but is not in this config. Once Deploy is pointed at the correct repo name, the --refresh step will reconcile that. If lead-maintainers should keep access, a follow-up PR can add it to the config.

@localden localden requested a review from a team as a code owner June 24, 2026 18:00
@localden localden merged commit a737bd7 into main Jun 24, 2026
4 checks passed
@localden localden deleted the localden/fix-ext-tasks-rename branch June 24, 2026 18:00
@github-actions

Copy link
Copy Markdown

dsp-ant added a commit that referenced this pull request Jun 25, 2026
The repo was renamed to ext-tasks in #125, but Pulumi state still holds
the old RepositoryCollaborators resource. The first 'pulumi up' (which
runs before refresh) tries to delete it and 404s, blocking all deploys.

Drop it from state explicitly before 'make up'. Idempotent via '|| true';
remove this line after one successful deploy.
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.

1 participant