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

TASK: Adding labels to PRs #4045

Merged
merged 1 commit into from
Feb 22, 2023
Merged

TASK: Adding labels to PRs #4045

merged 1 commit into from
Feb 22, 2023

Commits on Feb 20, 2023

  1. TASK: Adding labels to PRs

    
    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
    markusguenther authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    eb1c254 View commit details
    Browse the repository at this point in the history