diff options
author | silverwind <me@silverwind.io> | 2023-05-01 14:49:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-01 08:49:30 -0400 |
commit | 18fc4f52891886cbe5c51fea87ac3d91979e97f4 (patch) | |
tree | 734be3ea43318f37adf5683ed6a9f90953b483f3 | |
parent | ce16ff6219d718000b04fdccdcedf12727795c7b (diff) | |
download | gitea-18fc4f52891886cbe5c51fea87ac3d91979e97f4.tar.gz gitea-18fc4f52891886cbe5c51fea87ac3d91979e97f4.zip |
Remove .lgtm and reference to old bot (#24464)
Since we now use
[gitea-backporter](https://github.com/GiteaBot/gitea-backporter) for
LGTM, we no longer need this.
-rw-r--r-- | .lgtm | 3 | ||||
-rw-r--r-- | CONTRIBUTING.md | 3 |
2 files changed, 1 insertions, 5 deletions
diff --git a/.lgtm b/.lgtm deleted file mode 100644 index d39781b0bb..0000000000 --- a/.lgtm +++ /dev/null @@ -1,3 +0,0 @@ -pattern = "(?)LGTM" -self_approval_off = true -ignore_maintainers_file = true diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2cea0a4c57..c410efb065 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -121,8 +121,7 @@ See the [hacking instructions](https://docs.gitea.io/en-us/hacking-on-gitea/). Changes to Gitea must be reviewed before they are accepted—no matter who makes the change, even if they are an owner or a maintainer. We use GitHub's -pull request workflow to do that. And, we also use [LGTM](http://lgtm.co) -to ensure every PR is reviewed by at least 2 maintainers. +pull request workflow to do that. Every PR is reviewed by at least 2 maintainers. Please try to make your pull request easy to review for us. And, please read the *[How to get faster PR reviews](https://github.com/kubernetes/community/blob/261cb0fd089b64002c91e8eddceebf032462ccd6/contributors/guide/pull-requests.md#best-practices-for-faster-reviews)* guide; |