-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Add CI step to create a issue from a PR #10277
base: master
Are you sure you want to change the base?
Conversation
8bd2a29
to
2f08c58
Compare
Does this handle the existence of existing linked issues (i.e. I already have a linked issue in the PR body when i open the PR)? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hiding the logic inside a external action is not super helpful, we should move this within the k3s-org.
@@ -0,0 +1,24 @@ | |||
name: Create issue from PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name: Create issue from PR | |
name: Create linked issues for PRs without one |
It does not, I remember Caroline saying something about using this to make we track the PRs using the issues but I believe it can be done, the steps takes then entire body of the PR |
That is a thing that I want to speak with the team, is it ok to create a new repo to add the js logic? |
a195063
to
9e1cb47
Compare
Signed-off-by: Vitor Savian <[email protected]>
9e1cb47
to
4dd7880
Compare
@dereknola I changed the action to entire shell script within the actions, I think it is better instead of having to build Js inside the |
Proposed Changes
This new CI step will create a issue when someone that is not a public member of k3s.
Types of Changes
Verification
See if you are public in the k3s organization and change to private if you are public
Create a PR without a link to a GitHub issue in the body of the PR
Follow to checks and then see the issue created that will be posted in the comments
Testing
Linked Issues
User-Facing Change
Further Comments