Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduced ability to transfer issues from private to public repos #97

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Fgerthoffert
Copy link

@Fgerthoffert Fgerthoffert commented Nov 18, 2024

Hello,

Thanks for the original work on the action.

This PR provides three new features I needed for my own workflows:

  • Ability to create labels in the destination repository if missing (based on an available parameter in GitHub GraphQL API)
  • Ability to transfer issues based on label names, and not only the destination defined in the router (for example attaching the label transfer:my-new-repo transfers the issue to my-new-repoif it exists.
  • Ability to transfer issues from private repositories to public repositories.

That later one is a bit cumbersome as it involves creating a temporary repository, but it seems aligned with a suggested workaround found in various places.

I included documentation on how to use these features.

In the suggested PR, all these features are disabled by default. I tested them in my repositories (manual tests, no automated tests)

I understand this PR contains quite a bit of change and the implementation for moving issues from private to public is debatable.

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