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

[WIP] Add actions on comments #9

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

rugeGerritsen
Copy link
Contributor

Sometimes there is a need to perform actions manually at a later point in time.
This PR adds the possibility to let the action:

  • Rebase the manifest-PR upon a comment
  • Create the manifest-PR upon a comment.

The commit messages describe the use cases in more detail

@rugeGerritsen rugeGerritsen force-pushed the add-actions-on-comments branch from 0d01cc1 to 98642f3 Compare August 2, 2024 14:28
There are some cases where the following happens:
1. You create a PR, action-manifest-pr creates the manifest PR
2. The PR is merged. The action updates the PR.
3. A conflict occurs in the manifest-PR.

This commit adds the possibility to add a comment
to your PR that will automatically rebase the manifest-PR.
This should work even if the PR is closed.

Signed-off-by: Rubin Gerritsen <[email protected]>
There are some cases where the following happens:
1. You create a draft PR, you don't want to create the manifest PR yet.
2. You have checked the draft PR manually, now you want a manifest-PR

This commit adds the possibility to create the manifest PR upon a
comment to a PR.

Signed-off-by: Rubin Gerritsen <[email protected]>
@rugeGerritsen rugeGerritsen force-pushed the add-actions-on-comments branch from 98642f3 to 8fce059 Compare August 2, 2024 14:30
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