Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fwartner committed Aug 17, 2021
1 parent 46a3701 commit 316adb9
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 0 deletions.
7 changes: 7 additions & 0 deletions auto_assign.yml
@@ -0,0 +1,7 @@
addReviewers: true
addAssignees: true
reviewers:
- fwartner
skipKeywords:
- wip
numberOfReviewers: 0
2 changes: 2 additions & 0 deletions config.yml
@@ -0,0 +1,2 @@
todo:
keyword: ['@todo','TODO','@makeAnIssue']
4 changes: 4 additions & 0 deletions release-drafter.yml
@@ -0,0 +1,4 @@
template: |
## What’s Changed
$CHANGES
14 changes: 14 additions & 0 deletions semantic.yml
@@ -0,0 +1,14 @@
types:
- feat
- fix
- docs
- style
- refactor
- perf
- test
- build
- ci
- chore
- revert

allowMergeCommits: true
6 changes: 6 additions & 0 deletions weekly-digest.yml
@@ -0,0 +1,6 @@
publishDay: sun
canPublishIssues: true
canPublishPullRequests: true
canPublishContributors: true
canPublishStargazers: true
canPublishCommits: true
7 changes: 7 additions & 0 deletions wip.yml
@@ -0,0 +1,7 @@
locations:
- title
- label_name
- commit_subject
terms:
- do not merge
-

0 comments on commit 316adb9

Please sign in to comment.