Update repository URLs to pulp org#40
Merged
Merged
Conversation
daviddavis
force-pushed
the
update-repo-urls
branch
from
July 16, 2026 13:38
cc0cb6c to
3661706
Compare
The repo moved to https://github.com/pulp/pulp_workflow and the CLI plugin to https://github.com/pulp/pulp-cli-workflow. Assisted-by: GitHub Copilot (Claude Opus 4.8)
daviddavis
force-pushed
the
update-repo-urls
branch
from
July 16, 2026 13:42
3661706 to
5318503
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Updates repository metadata and documentation to reflect the move of pulp_workflow to the pulp GitHub organization, ensuring links and generated CI/docs artifacts reference the new canonical location.
Changes:
- Updated plugin-template configuration (
github_org) topulp. - Updated repository, bug tracker, and changelog issue links to
https://github.com/pulp/pulp_workflow. - Updated release/docs/CI script references to the new org/repo URLs.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| template_config.yml | Switches github_org to pulp for plugin-template generation. |
| releasing.md | Updates GitHub Actions workflow links to the pulp/pulp_workflow repository. |
| README.md | Updates documentation links pointing into this repository under the pulp org. |
| pyproject.toml | Updates project.urls and towncrier issue link format to the new repo location. |
| CHANGES.md | Updates issue links to the new GitHub org/repo. |
| .github/workflows/scripts/update_backport_labels.py | Updates GitHub API endpoints to target pulp/pulp_workflow. |
| .github/workflows/scripts/build_python_client.sh | Updates generated docs metadata (repo_name/repo_url) to the new repo location. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
acheng-01
approved these changes
Jul 16, 2026
Backport to 0.2: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply adfb339 on top of patchback/backports/0.2/adfb33940f3bd4b17c12b0fca184045d19babe22/pr-40 Backporting merged PR #40 into main
🤖 @patchback |
daviddavis
added a commit
that referenced
this pull request
Jul 17, 2026
The repo moved to https://github.com/pulp/pulp_workflow and the CLI plugin to https://github.com/pulp/pulp-cli-workflow. Assisted-by: GitHub Copilot (Claude Opus 4.8) (cherry picked from commit adfb339) Co-authored-by: David Davis <86290+daviddavis@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The repository moved to https://github.com/pulp/pulp_workflow. This updates the repository/bug-tracker links, docs, release instructions, changelog issue links, CI scripts, and the plugin template
github_org.Assisted-by: GitHub Copilot (Claude Opus 4.8)