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
Our PR titles are required to have a certain form (conventional commits). So it should be fairly easy to detect and automatically assign labels to PRs.
For example, a PR with the title test: xyz could automatically have the label tests assigned.
Also, refactor(e2epw) could automatically have the label test-e2e assigned, etc.
This should probably be configurable somehow.
The text was updated successfully, but these errors were encountered:
Our PR titles are required to have a certain form (conventional commits). So it should be fairly easy to detect and automatically assign labels to PRs.
For example, a PR with the title
test: xyz
could automatically have the labeltests
assigned.Also,
refactor(e2epw)
could automatically have the labeltest-e2e
assigned, etc.This should probably be configurable somehow.
The text was updated successfully, but these errors were encountered: