-
Notifications
You must be signed in to change notification settings - Fork 0
#137 - Update to spring 2025 standards #138
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
#137 - Update to spring 2025 standards #138
Conversation
- Updated Issue templates to follow GH 2025 standards.
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.
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)
.github/ISSUE_TEMPLATE/operative_task.md:3
- [nitpick] The 'about' description for the Operative task template appears to reference spike tasks, which may cause confusion; consider updating it to accurately reflect the purpose of an operative task.
about: Issue template for spikes, research and investigation tasks
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.
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (2)
.github/workflows/check_pr_release_notes.yml:40
- Ensure that the label 'no RN' is processed as intended by the workflow; labels containing spaces can sometimes lead to unexpected behavior. If issues arise, consider using a hyphenated or underscored format.
skip-labels: "no RN"
.github/ISSUE_TEMPLATE/operative_task.md:4
- Verify that the combined label string 'infrastructure,no RN' is parsed correctly; adjust the format or separator if your tooling expects labels to be spaced or explicitly separated.
labels: 'infrastructure,no RN'
- Update of check version.
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.
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)
.github/ISSUE_TEMPLATE/spike_task.md:22
- The markdown code block marker on this line includes a preceding dash, which may break the intended formatting. Consider removing the dash to ensure proper markdown rendering.
-```[tasklist]
Closes #137