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

Add some more labels to labeler #26987

Merged
merged 4 commits into from
Sep 10, 2023
Merged

Conversation

silverwind
Copy link
Member

  • Add more automatic labels
  • Consistently use ** glob for recursive directory globs.

@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Sep 9, 2023
@pull-request-size pull-request-size bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Sep 9, 2023
@silverwind silverwind added the skip-changelog This PR is irrelevant for the (next) changelog, for example bug fixes for unreleased features. label Sep 9, 2023
@pull-request-size pull-request-size bot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Sep 9, 2023
.github/labeler.yml Outdated Show resolved Hide resolved
@GiteaBot GiteaBot added lgtm/need 1 This PR needs approval from one additional maintainer to be merged. and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels Sep 10, 2023
@techknowlogick techknowlogick enabled auto-merge (squash) September 10, 2023 19:53
@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Sep 10, 2023
@techknowlogick techknowlogick added the reviewed/wait-merge This pull request is part of the merge queue. It will be merged soon. label Sep 10, 2023
@techknowlogick techknowlogick merged commit 3442ea6 into go-gitea:main Sep 10, 2023
26 checks passed
@GiteaBot GiteaBot added this to the 1.22.0 milestone Sep 10, 2023
@GiteaBot GiteaBot removed the reviewed/wait-merge This pull request is part of the merge queue. It will be merged soon. label Sep 10, 2023
@techknowlogick techknowlogick modified the milestones: 1.22.0, 1.21.0 Sep 10, 2023
zjjhot added a commit to zjjhot/gitea that referenced this pull request Sep 11, 2023
* upstream/main:
  [skip ci] Updated translations via Crowdin
  Add some more labels to labeler (go-gitea#26987)
  Fix INI parsing for value with trailing slash (go-gitea#26995)
  Correct the database.LOG_SQL default value in config cheat sheet (go-gitea#26997)
  Improve "language stats" UI (go-gitea#26968)
  [skip ci] Updated translations via Crowdin
  Update chroma to v2.9.1 (go-gitea#26990)
  Improve issue list layout (go-gitea#26983)
@@ -1,13 +1,14 @@
kind/docs:
- "**/*.md"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- "**.md"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be same outcome, feel free to make another PR

@@ -16,6 +17,12 @@ kind/build:
- "docker/**"
- "webpack.config.js"

theme/package-registry:
- "modules/packages/**"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and services/packages/routers/api/packages

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, another PR

@go-gitea go-gitea locked as resolved and limited conversation to collaborators Dec 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. skip-changelog This PR is irrelevant for the (next) changelog, for example bug fixes for unreleased features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants