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

GH Actions: automate more label management #44

Merged
merged 3 commits into from
Nov 9, 2023

Commits on Nov 9, 2023

  1. GH Actions: rename label management workflow

    ... to allow for additional label management workflows.
    jrfnl committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    e9d5c0e View commit details
    Browse the repository at this point in the history
  2. GH Actions: add workflow to label PRs which are in a conflict state

    Came across this action and sounded like an interesting and helpful one. Let's give it a try.
    
    Ref: https://github.com/mschilde/auto-label-merge-conflicts
    jrfnl committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c11abf4 View commit details
    Browse the repository at this point in the history
  3. GH Actions: auto-label new PRs

    Turns out the PR template does not allow for frontmatter which would set a label on new PRs.
    
    As I'd prefer all new (non-draft) PRs to be marked with `Status: triage`, I went looking for an action which could do this and ended up with an action which can do a lot more.
    
    Again, let's give it a try and see how it goes.
    
    Ref: https://github.com/srvaroa/labeler
    jrfnl committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    0c6e0b4 View commit details
    Browse the repository at this point in the history