Enable auto labeling of PRs#5808
Closed
koppor wants to merge 1 commit into
Closed
Conversation
Member
|
Mhh... we usually don't add any labels to PRs, right? Personally, I don't have a strong opinion about this. My only fear is that PRs with the "ready-for-review" label don't stick out that prominently any more. Automatically labeling issues would be really helpful, but I guess that's not possible?! |
Member
Author
|
I intend to use the labels for searching for related PRs (You know, I like linking 😅) Haven't found an action for issue labeling. Maybe, this is a fun side project! |
koppor
pushed a commit
that referenced
this pull request
May 15, 2022
649aac4 Create medizinische-hochschule-hannover.csl (#6059) 3723981 Remove bold from volume for Frontiers medical (#6060) e6dc596 Update SBL 2nd ed. (Full Note) for 6.2.25 Electronic Book (#5808) 83140f6 Fix citation-format tag in BibTeX.CSL 0aa00e5 fixed edition macro (#6055) a83c15c Fix year suffix for ASA (#6052) cfadb19 Create journal-of-midwifery-science.csl (#6051) 88e4f34 Create journal-of-neuroimaging.csl (#6048) ca57b27 Update american-chemical-society.csl for webpage (#6050) 94e2699 Update netherlands-journal-of-geosciences-geologie-en-mijnbouw.csl (#6049) git-subtree-dir: buildres/csl/csl-styles git-subtree-split: 649aac4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We have some labels to categorize our issues. Sometimes, we forget about them. With an auto labeler, some of them should be added automatically.
Issue: Works only for PRs created by contributors having write access to the repository (see actions/labeler#12). The workaround is https://github.com/paulfantom/periodic-labeler. I checked the code (https://github.com/paulfantom/periodic-labeler/blob/master/main.go): If a label exited before but was removed, the label will be readded. Since I dislike false positives, I stick with the original GitHub action.