-
Notifications
You must be signed in to change notification settings - Fork 0
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 issues templates #15
Conversation
It seems like the bot did immediately create new issues when the PR was created... not exactly the intended behaviour... will it create issues for every new PR? 😂 |
IIUC
|
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.
A suggestion for an intermediate solution based on creating issues on release - what do you think @lauraporta ?
Description
What is this PR
Why is this PR needed?
When the template is used to generate a new repo, issues are not copied. Here we are trying to automatically open the issues at the moment of the creation of the new repository.
What does this PR do?
Adds a GitHub action that should handle the issue creation and markdown files as issues templates.
References
GH action from dpshelio: https://github.com/UCL-COMP0233-22-23/RSE-Classwork/blob/main/.github/workflows/update-issue.yaml
How has this PR been tested?
I think we have to merge it into main to test if it works 🤔
Is this a breaking change?
No
Does this PR require an update to the documentation?
No
Checklist: