Skip to content

Commit

Permalink
ci: add settings and rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Jul 24, 2024
1 parent c851b30 commit 239b442
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
43 changes: 43 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
repository:
name: semantic-release-rubygem
description: A semantic-release plugin for publishing Rubygems
topics: semantic-release, semantic-release-plugin publish, release

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

default_branch: master

allow_squash_merge: true
allow_merge_commit: true
allow_rebase_merge: true

allow_update_branch: true
allow_auto_merge: true
delete_branch_on_merge: true
enable_automated_security_fixes: true
enable_vulnerability_alerts: true

branches:
- name: master
protection:
required_pull_request_reviews: null
required_status_checks:
strict: true
contexts:
- test-develop
enforce_admins: false
restrictions:
apps:
- webhippie
- renovate
users: []
teams:
- admins
- bots
- members

...
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: test
name: testing

"on":
push:
Expand Down

0 comments on commit 239b442

Please sign in to comment.