-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create repository for Hetzner DNS go client library (#12) #patch
Signed-off-by: Mustafa Kara <[email protected]>
- Loading branch information
1 parent
fc0be04
commit 24bd825
Showing
2 changed files
with
64 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
--- | ||
|
||
go-hetzner-dns: | ||
description: 'OpsHeaven Hetzner DNS Service Go Client Library' | ||
homepage_url: '' #TODO Github pages | ||
visibility: 'public' | ||
has_issues: true | ||
has_downloads: true | ||
has_discussions: false | ||
has_projects: false | ||
has_wiki: false | ||
is_template: false | ||
allow_update_branch: true | ||
allow_merge_commit: false | ||
allow_squash_merge: true | ||
allow_rebase_merge: true | ||
allow_auto_merge: false | ||
archived: false | ||
delete_branch_on_merge: true | ||
vulnerability_alerts: true | ||
default_branch: 'main' | ||
web_commit_signoff_required: true | ||
topics: | ||
- 'hetzner' | ||
- 'hetzner-dns' | ||
- 'go' | ||
- 'golang' | ||
status_checks: | ||
- 'pre-commit' | ||
- 'build' | ||
- 'test' | ||
pages: | ||
enabled: true | ||
|
||
# "hetzner-dns": | ||
# description: 'OpsHeaven Hetzner DNS Go CLI Application & Embedable Library' | ||
# homepage_url: 'https://github.com/opsheaven/hetzner-dns/wiki' | ||
# visibility: 'public' | ||
# has_issues: true | ||
# has_downloads: true | ||
# has_discussions: false | ||
# has_projects: false | ||
# has_wiki: true | ||
# is_template: false | ||
# allow_update_branch: true | ||
# allow_merge_commit: false | ||
# allow_squash_merge: true | ||
# allow_rebase_merge: true | ||
# allow_auto_merge: false | ||
# archived: false | ||
# delete_branch_on_merge: true | ||
# vulnerability_alerts: true | ||
# default_branch: 'main' | ||
# web_commit_signoff_required: true | ||
# topics: | ||
# - 'hetzner' | ||
# - 'hetzner-dns' | ||
# - 'hetzner-dns-cli' | ||
# - 'go' | ||
# - 'golang' | ||
# status_checks: | ||
# - 'pre-commit' | ||
# - 'build' | ||
# - 'test' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters