Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With this task, we add automatically labels to the PRs. That makes the maintaining easier, as we did that manually all the time. *What I did* We always add the target branch as label, so we see directly which version the PR targets. And if the Commit message is following our rules, we also add the bugfix, task or feature label. *How I did it* I use the runner from https://github.com/actions-ecosystem They use node 12 which leads to a warning as actions are running node 16 but an issue is created and it runs anyways. *How to verify it* Checkout how it works in the neos-ui. neos/neos-ui#3387 **Checklist** - [x] The PR is created against the [lowest maintained branch](https://www.neos.io/features/release-roadmap.html) - [ ] Reviewer - PR Title is brief but complete and starts with `FEATURE|TASK|BUGFIX` - [ ] Reviewer - The first section explains the change briefly for change-logs - [ ] Reviewer - Breaking Changes are marked with `!!!` and have upgrade-instructions
- Loading branch information