-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Update to labeler v5 #29721
Update to labeler v5 #29721
Conversation
Re-indent to 2-space please? |
yamllint doesn't seem to like 2-space |
Odd, we specifically have set it to 2-space: Lines 34 to 35 in e5e2b2f
|
Could be related to this weird list layout instead of traditional object-like. Nevertheless, that seems to be the correct one even though it looks weird. It actually is two-space indentation for object keys, but somehow 4-space for list items. Is it a blocker for you? |
I'll investigate. Smells like a yamllint bug. |
Not a bug, but just a odd outcome because |
Ok, I will rename labels when merging this:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for the record, we had a changelog
label but no longer have it.
I think it was replaced with type/changelog
, and I don't think it was ever set automatically.
Labels are renamed. |
I was unable to create a backport for 1.21. @denyskon, please send one manually. 🍵
|
* giteaofficial/main: Fix date rendering by adding `<gitea-absolute-date>` (go-gitea#29725) Update to labeler v5 (go-gitea#29721) Update Chroma to v2.13.0 (go-gitea#29732) Highlight archived labels (go-gitea#29680)
Updated to actions/labeler@v5 Updated labeler config accordingly, also improved the config and added more labels. --------- Co-authored-by: Giteabot <teabot@gitea.io>
* main: fix missed RenderLabel change in card template (go-gitea#29772) Fix incorrect locale Tr for gpg command (go-gitea#29754) Improve a11y document and dropdown item (go-gitea#29753) Improve QueryEscape helper function (go-gitea#29768) Use relative links for commits, mentions, and issues in markdown (go-gitea#29427) Move fork router functions to a standalone file (go-gitea#29756) Configure pinned JS dependencies via updates.config.js (go-gitea#29696) Refactor to use optional.Option for issue index search option (go-gitea#29739) Fix user router possbile panic (go-gitea#29751) Refactor label.IsArchived() (go-gitea#29750) Fix date rendering by adding `<gitea-absolute-date>` (go-gitea#29725) Update to labeler v5 (go-gitea#29721) Update Chroma to v2.13.0 (go-gitea#29732)
Updated to actions/labeler@v5
Updated labeler config accordingly, also improved the config and added more labels.