[PR #4] [MERGED] Integrated drone, made linter happy and added standard files #13

Closed
opened 2026-02-15 16:29:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/lgtm/pull/4
Author: @tboerger
Created: 11/15/2016
Status: Merged
Merged: 11/15/2016
Merged by: @metalmatze

Base: masterHead: drone


📝 Commits (10+)

📊 Changes

115 files changed (+14625 additions, -229 deletions)

View changed files

📝 .drone.yml (+93 -14)
📝 .drone.yml.sig (+1 -1)
.editorconfig (+28 -0)
.github/issue_template.md (+0 -0)
.github/pull_request_template.md (+0 -0)
📝 .gitignore (+36 -12)
.lgtm (+2 -0)
CONTRIBUTING.md (+127 -0)
CONTRIBUTORS (+9 -0)
DCO (+36 -0)
📝 Dockerfile (+12 -11)
MAINTAINERS (+10 -0)
📝 Makefile (+106 -20)
📝 README.md (+50 -26)
📝 api/maintainer.go (+12 -12)
📝 api/repos.go (+9 -9)
📝 api/teams.go (+3 -3)
📝 api/teams_test.go (+3 -3)
📝 api/user_test.go (+1 -1)
📝 api/users.go (+1 -1)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/lgtm/pull/4 **Author:** [@tboerger](https://github.com/tboerger) **Created:** 11/15/2016 **Status:** ✅ Merged **Merged:** 11/15/2016 **Merged by:** [@metalmatze](https://github.com/metalmatze) **Base:** `master` ← **Head:** `drone` --- ### 📝 Commits (10+) - [`31ad033`](https://github.com/go-gitea/lgtm/commit/31ad0333a2c9194fecada2cd43e03baaac6991b5) Added contributors config - [`9020223`](https://github.com/go-gitea/lgtm/commit/902022396553a41a2761354696c8ecfca5d29218) Added maintainers file - [`f743eec`](https://github.com/go-gitea/lgtm/commit/f743eecba46e349c07c143474781f68090d1e747) Added editorconfig - [`8b9cd26`](https://github.com/go-gitea/lgtm/commit/8b9cd26b42419cc8763a6a479f46b373d702de6a) Added lgtm configuration - [`3ad78e7`](https://github.com/go-gitea/lgtm/commit/3ad78e711c4ac9b412fb3e52fef929e9e9e7af29) Added DCO file - [`71ba859`](https://github.com/go-gitea/lgtm/commit/71ba8594650aab6f3a3d3cefcb17b3ebb5b7cde4) Added github config folder - [`c5660f0`](https://github.com/go-gitea/lgtm/commit/c5660f097ae21de3d9a66268521740da7fc7ca14) Added customized drone configuration - [`53a3420`](https://github.com/go-gitea/lgtm/commit/53a34208b4414f2f5169a61af594641815d1ad45) Simplyfied dockerfile - [`e3fb993`](https://github.com/go-gitea/lgtm/commit/e3fb993e87202a4311ebf042108311073a95e664) Taken my personal makefile example - [`22cd2ee`](https://github.com/go-gitea/lgtm/commit/22cd2eece07e22dc6b9cddc03c0989255569595f) Updated drone config ### 📊 Changes **115 files changed** (+14625 additions, -229 deletions) <details> <summary>View changed files</summary> 📝 `.drone.yml` (+93 -14) 📝 `.drone.yml.sig` (+1 -1) ➕ `.editorconfig` (+28 -0) ➕ `.github/issue_template.md` (+0 -0) ➕ `.github/pull_request_template.md` (+0 -0) 📝 `.gitignore` (+36 -12) ➕ `.lgtm` (+2 -0) ➕ `CONTRIBUTING.md` (+127 -0) ➕ `CONTRIBUTORS` (+9 -0) ➕ `DCO` (+36 -0) 📝 `Dockerfile` (+12 -11) ➕ `MAINTAINERS` (+10 -0) 📝 `Makefile` (+106 -20) 📝 `README.md` (+50 -26) 📝 `api/maintainer.go` (+12 -12) 📝 `api/repos.go` (+9 -9) 📝 `api/teams.go` (+3 -3) 📝 `api/teams_test.go` (+3 -3) 📝 `api/user_test.go` (+1 -1) 📝 `api/users.go` (+1 -1) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 16:29:08 -05:00
yindo closed this issue 2026-02-15 16:29:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-gitea/lgtm#13