Add CI step to create a issue from a PR#10277
Add CI step to create a issue from a PR#10277vitorsavian wants to merge 1 commit intok3s-io:masterfrom
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)? |
dereknola
left a comment
There was a problem hiding this comment.
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.
| 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 <vitor.savian@suse.com>
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