Skip to content

Commit

Permalink
initial commit after fork
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Jan 4, 2024
1 parent c7539c8 commit 95511ca
Show file tree
Hide file tree
Showing 42 changed files with 1,326 additions and 818 deletions.
5 changes: 5 additions & 0 deletions .dictionary
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
api
github
url
gh
wp-gitea-release
2 changes: 0 additions & 2 deletions .dockerignore

This file was deleted.

254 changes: 0 additions & 254 deletions .drone.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .github/issue_template.md

This file was deleted.

Empty file removed .github/pull_request_template.md
Empty file.
56 changes: 27 additions & 29 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
repository:
name: drone-gitea-release
description: Drone plugin for creating and tagging Gitea releases
homepage: http://plugins.drone.io/drone-plugins/drone-gitea-release
topics: drone, drone-plugin
name: wp-gitea-release
description: Woodpecker CI plugin to add comments to GitHub Issues and Pull Requests
homepage: https://woodpecker-plugins.geekdocs.de/plugins/wp-gitea-release
topics: woodpecker-ci, woodpecker, woodpecker-plugin

private: false
has_issues: true
has_wiki: false
has_downloads: false
has_downloads: true

default_branch: master
default_branch: main

allow_squash_merge: true
allow_merge_commit: true
Expand All @@ -19,6 +19,9 @@ labels:
- name: bug
color: d73a4a
description: Something isn't working
- name: documentation
color: 0075ca
description: Improvements or additions to documentation
- name: duplicate
color: cfd3d7
description: This issue or pull request already exists
Expand All @@ -37,37 +40,32 @@ labels:
- name: question
color: d876e3
description: Further information is requested
- name: renovate
color: e99695
description: Automated action from Renovate
- name: wontfix
color: ffffff
description: This will not be worked on

teams:
- name: Admins
permission: admin
- name: Captain
permission: admin
- name: Maintainers
permission: push

branches:
- name: master
- name: main
protection:
required_pull_request_reviews:
required_approving_review_count: 1
dismiss_stale_reviews: false
require_code_owner_reviews: false
dismissal_restrictions:
teams:
- Admins
- Captain
required_pull_request_reviews: null
required_status_checks:
strict: true
strict: false
contexts:
- continuous-integration/drone/pr
- ci/woodpecker/pr/test
- ci/woodpecker/pr/build-package
- ci/woodpecker/pr/build-container
- ci/woodpecker/pr/docs
enforce_admins: false
required_linear_history: true
restrictions: null
- name: docs
protection:
required_pull_request_reviews: null
required_status_checks: null
enforce_admins: true
required_linear_history: true
restrictions:
apps: []
users: []
teams: []
teams:
- bot
33 changes: 5 additions & 28 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,7 @@
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so

# Folders
_obj
_test

# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out

*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*

_testmain.go

*.exe
*.test
*.prof

release/
vendor/
/dist
/release
/wp-gitea-release*
docs/data/data-raw.yaml

coverage.out
drone-gitea-release
CHANGELOG.md
Loading

0 comments on commit 95511ca

Please sign in to comment.