You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub doesn't currently support templating certain metadata for pull requests, such as labels, assignees, and title.
you can read more about it here or here .
Technically, there is a workaround, but it appears to be limited to managing labels and requires the use of Github Actions. If someone is interested in addressing this issue, it may be advisable to create a new one.
To Reproduce
Steps to reproduce the behavior:
Create a PR
You will see header of Metadata
Expected behavior
The Metadata section should not be displayed in the template as mentioned earlier, it is not currently supported.
name: Pull Request
about: Create a pull request to contribute to the project
title: "[PR] - Brief Description of Changes"
labels: ''
assignees: ''
Environment (please complete the following information):
OS: [Windows]
Java Version: [e.g. 21]
Project Version [1.0.0]
The text was updated successfully, but these errors were encountered:
Describe the bug
GitHub doesn't currently support templating certain metadata for pull requests, such as labels, assignees, and title.
you can read more about it here or here .
Technically, there is a workaround, but it appears to be limited to managing labels and requires the use of Github Actions. If someone is interested in addressing this issue, it may be advisable to create a new one.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Metadata section should not be displayed in the template as mentioned earlier, it is not currently supported.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: