Skip to content
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

PR template metadata #9

Closed
Ebyrdeu opened this issue Feb 2, 2024 · 0 comments · Fixed by #11
Closed

PR template metadata #9

Ebyrdeu opened this issue Feb 2, 2024 · 0 comments · Fixed by #11
Assignees
Labels
bug Something isn't working

Comments

@Ebyrdeu
Copy link
Contributor

Ebyrdeu commented Feb 2, 2024

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:

  1. Create a PR
  2. 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]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant