SerenityOS/serenity

PR Labeler: Does not properly relablel PRs

Open

#17.271 geöffnet am 2. Feb. 2023

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (3.328 Forks)batch import
help wantedtask list

Repository-Metriken

Stars
 (33.171 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 5T 11h) (35 gemergte PRs in 30 T)

Beschreibung

We added the handy PR labeler CI action, but it doesn't seem to add labels properly in the following cases:

  • When a review is submitted by someone other than the author, change the state from "needs review" to "waiting for author feedback"
  • When a review is approved, move the state to "community approved" or "maintainer approved" based on who did the approval.
  • When a PR is detected to have conflicts, add the "has conflicts" label
  • When changes are pushed, remove the "waiting for author feedback" label and add "needs review"

Contributor Guide