Skip to content

Commit 098a0bf

Browse files
feat: update github settings
1 parent e0af9d0 commit 098a0bf

File tree

4 files changed

+95
-90
lines changed

4 files changed

+95
-90
lines changed

.github/config.yml

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
1-
# Configuration for request-info - https://github.com/behaviorbot/request-info
2-
3-
# *Required* Comment to reply with
4-
requestInfoReplyComment: >
5-
:clap: We would appreciate it if you could provide us with more info about this issue/pr!
6-
7-
# *OPTIONAL* default titles to check against for lack of descriptiveness
8-
# MUST BE ALL LOWERCASE
9-
requestInfoDefaultTitles:
10-
- update readme.md
11-
- updates
12-
- update
13-
14-
# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given
15-
requestInfoLabelToAdd: "Status: More Information Needed"
16-
17-
18-
19-
20-
# Configuration for welcome - https://github.com/behaviorbot/welcome
21-
22-
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
23-
24-
# Comment to be posted to on first time issues
25-
newIssueWelcomeComment: >
26-
:raised_hands: Thanks for opening your first issue here! Be sure to follow the issue template!
27-
28-
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
29-
30-
# Comment to be posted to on PRs from first time contributors in your repository
31-
newPRWelcomeComment: >
32-
:raised_hands: Thanks for opening this pull request! Please check out our contributing guidelines.
33-
34-
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
35-
36-
# Comment to be posted to on pull requests merged by a first time user
37-
firstPRMergeComment: >
38-
:tada: Congrats on merging your first pull request! We here at behaviorbot are proud of you!
39-
40-
41-
42-
# Configuration for todo - https://github.com/jasonetco/todo
43-
todo:
1+
# Configuration for request-info - https://github.com/behaviorbot/request-info
2+
3+
# *Required* Comment to reply with
4+
requestInfoReplyComment: >
5+
:clap: We would appreciate it if you could provide us with more info about this issue/pr!
6+
7+
# *OPTIONAL* default titles to check against for lack of descriptiveness
8+
# MUST BE ALL LOWERCASE
9+
requestInfoDefaultTitles:
10+
- update readme.md
11+
- updates
12+
- update
13+
14+
# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given
15+
requestInfoLabelToAdd: "Status: More Information Needed"
16+
17+
18+
19+
20+
# Configuration for welcome - https://github.com/behaviorbot/welcome
21+
22+
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
23+
24+
# Comment to be posted to on first time issues
25+
newIssueWelcomeComment: >
26+
:raised_hands: Thanks for opening your first issue here! Be sure to follow the issue template!
27+
28+
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
29+
30+
# Comment to be posted to on PRs from first time contributors in your repository
31+
newPRWelcomeComment: >
32+
:raised_hands: Thanks for opening this pull request! Please check out our contributing guidelines.
33+
34+
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
35+
36+
# Comment to be posted to on pull requests merged by a first time user
37+
firstPRMergeComment: >
38+
:tada: Congrats on merging your first pull request! We here at behaviorbot are proud of you!
39+
40+
41+
42+
# Configuration for todo - https://github.com/jasonetco/todo
43+
todo:
4444
- label: "Type: Todo"

.github/labeler.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ typescript:
44
- '**/*.ts'
55
php:
66
- '**/*.php'
7-
dependencies:
8-
- '**/*.lock'
9-
- '**/*-lock.json'
107

118
'Type: Testing':
129
- '**/tests/*'
@@ -15,3 +12,8 @@ dependencies:
1512

1613
'Type: Documentation':
1714
- '**/*.md'
15+
16+
'Type: CI/CD':
17+
- '.github/workflows/*.yml'
18+
- '.circleci/*'
19+
- '.travis.yml'

.github/release-drafter.yml

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,31 @@
1-
# Config for https://github.com/apps/release-drafter
2-
name-template: 'v$NEXT_PATCH_VERSION'
3-
tag-template: 'v$NEXT_PATCH_VERSION'
4-
categories:
5-
- title: ':rocket: Features'
6-
labels:
7-
- 'Type: Feature'
8-
- 'Type: Refactoring'
9-
- title: ':bug: Bug Fixes'
10-
labels:
11-
- 'Type: Bug'
12-
- 'Type: Security'
13-
- title: ':wrench: Maintenance'
14-
labels:
15-
- 'Type: Maintenance'
16-
- title: ':green_book: Docs'
17-
labels:
18-
- 'Type: Documentation'
19-
- title: ':white_check_mark: Tested'
20-
labels:
21-
- 'Type: Testing'
22-
- title: ':sparkles: All Changes'
23-
labels:
24-
- 'Type: Release'
25-
template: |
26-
## What’s Changed
27-
28-
$CHANGES
1+
# Config for https://github.com/apps/release-drafter
2+
name-template: 'v$NEXT_PATCH_VERSION'
3+
tag-template: 'v$NEXT_PATCH_VERSION'
4+
categories:
5+
- title: ':rocket: Features'
6+
labels:
7+
- 'Type: Feature'
8+
- 'Type: Refactoring'
9+
- 'Type: CI/CD'
10+
- title: ':bug: Bug Fixes'
11+
labels:
12+
- 'Type: Bug'
13+
- 'Type: Security'
14+
- title: ':wrench: Maintenance'
15+
labels:
16+
- 'Type: Maintenance'
17+
- title: ':green_book: Docs'
18+
labels:
19+
- 'Type: Documentation'
20+
- title: ':white_check_mark: Tested'
21+
labels:
22+
- 'Type: Testing'
23+
- title: ':sparkles: All Changes'
24+
labels:
25+
- 'Type: Release'
26+
exclude-lables:
27+
- 'dependencies'
28+
template: |
29+
## What’s Changed
30+
31+
$CHANGES

.github/stale.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# Number of days of inactivity before an issue becomes stale
2-
daysUntilStale: 180
3-
# Number of days of inactivity before a stale issue is closed
4-
daysUntilClose: 30
5-
# Issues with these labels will never be considered stale
6-
exemptLabels:
7-
- "Priority: Critical"
8-
- "Type: Security"
9-
# Label to use when marking an issue as stale
10-
staleLabel: "Status: Abandoned"
11-
# Comment to post when marking an issue as stale. Set to `false` to disable
12-
markComment: >
13-
This issue has been automatically marked as stale because it has not had
14-
recent activity. It will be closed if no further activity occurs. Thank you
15-
for your contributions.
16-
# Comment to post when closing a stale issue. Set to `false` to disable
1+
# Number of days of inactivity before an issue becomes stale
2+
daysUntilStale: 180
3+
# Number of days of inactivity before a stale issue is closed
4+
daysUntilClose: 30
5+
# Issues with these labels will never be considered stale
6+
exemptLabels:
7+
- "Priority: Critical"
8+
- "Type: Security"
9+
# Label to use when marking an issue as stale
10+
staleLabel: "Status: Abandoned"
11+
# Comment to post when marking an issue as stale. Set to `false` to disable
12+
markComment: >
13+
This issue has been automatically marked as stale because it has not had
14+
recent activity. It will be closed if no further activity occurs. Thank you
15+
for your contributions.
16+
# Comment to post when closing a stale issue. Set to `false` to disable
1717
closeComment: false

0 commit comments

Comments
 (0)