Skip to content

Commit 60be1c4

Browse files
Merge pull request #138 from technote-space/release/v1.4.7
Release/v1.4.7
2 parents 98c7f1b + f648b8d commit 60be1c4

File tree

14 files changed

+296
-261
lines changed

14 files changed

+296
-261
lines changed

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
insert_final_newline = true
7+
trim_trailing_whitespace = true
8+
indent_style = tab
9+
indent_size = 4
10+
11+
[{.jshintrc,*.json,*.yml}]
12+
indent_style = space
13+
indent_size = 2

.github/card-labeler.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Backlog:
2-
'In progress':
3-
- 'Status: In Progress'
1+
Backlog:
2+
'In progress':
3+
- 'Status: In Progress'

.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/no-response.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# Configuration for probot-no-response - https://github.com/probot/no-response
2-
3-
# Number of days of inactivity before an Issue is closed for lack of response
4-
daysUntilClose: 14
5-
# Label requiring a response
6-
responseRequiredLabel: "Status: More Information Needed"
7-
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
8-
closeComment: >
9-
This issue has been automatically closed because there has been no response
10-
to our request for more information from the original author. With only the
11-
information that is currently in the issue, we don't have enough information
12-
to take action. Please reach out if you have or find the answers we need so
13-
that we can investigate further.
1+
# Configuration for probot-no-response - https://github.com/probot/no-response
2+
3+
# Number of days of inactivity before an Issue is closed for lack of response
4+
daysUntilClose: 14
5+
# Label requiring a response
6+
responseRequiredLabel: "Status: More Information Needed"
7+
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
8+
closeComment: >
9+
This issue has been automatically closed because there has been no response
10+
to our request for more information from the original author. With only the
11+
information that is currently in the issue, we don't have enough information
12+
to take action. Please reach out if you have or find the answers we need so
13+
that we can investigate further.

.github/pr-labeler.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
'Type: Feature': ['feature/*', 'feat/*']
2-
'Type: Bug': fix/*
3-
'Type: Maintenance': ['patch/*', 'chore/*']
4-
'Type: Release': release/*
5-
'Type: Refactoring': ['refactor/*', 'refactoring/*']
6-
'Type: Documentation': ['docs/*', 'doc/*']
1+
'Type: Feature': ['feature/*', 'feat/*']
2+
'Type: Bug': fix/*
3+
'Type: Maintenance': ['patch/*', 'chore/*']
4+
'Type: Release': release/*
5+
'Type: Refactoring': ['refactor/*', 'refactoring/*']
6+
'Type: Documentation': ['docs/*', 'doc/*']

.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

.github/workflows/gh_releases.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
on:
2-
push:
3-
branches:
4-
- master
5-
name: GitHub Releases
6-
jobs:
7-
draftRelease:
8-
name: Draft Release
9-
runs-on: ubuntu-latest
10-
steps:
11-
- name: Draft Release
12-
uses: toolmantim/release-drafter@v5.2.0
13-
env:
14-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1+
on:
2+
push:
3+
branches:
4+
- master
5+
name: GitHub Releases
6+
jobs:
7+
draftRelease:
8+
name: Draft Release
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Draft Release
12+
uses: toolmantim/release-drafter@v5.2.0
13+
env:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/issue_opened.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
on:
2-
issues:
3-
types: [opened]
4-
name: Issue opened
5-
jobs:
6-
assign:
7-
name: Assign issues to project
8-
runs-on: ubuntu-latest
9-
steps:
10-
- name: Assign issues to project
11-
uses: alex-page/github-project-automation-plus@v0.0.3
12-
with:
13-
project: Backlog
14-
column: To do
15-
repo-token: ${{ secrets.GITHUB_TOKEN }}
16-
17-
assignAuthor:
18-
name: Assign author to issue
19-
runs-on: ubuntu-latest
20-
steps:
21-
- name: Assign author to issue
22-
uses: technote-space/assign-author@v1
23-
with:
24-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1+
on:
2+
issues:
3+
types: [opened]
4+
name: Issue opened
5+
jobs:
6+
assign:
7+
name: Assign issues to project
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Assign issues to project
11+
uses: alex-page/github-project-automation-plus@v0.0.3
12+
with:
13+
project: Backlog
14+
column: To do
15+
repo-token: ${{ secrets.GITHUB_TOKEN }}
16+
17+
assignAuthor:
18+
name: Assign author to issue
19+
runs-on: ubuntu-latest
20+
steps:
21+
- name: Assign author to issue
22+
uses: technote-space/assign-author@v1
23+
with:
24+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pr_opened.yml

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
on:
2-
pull_request:
3-
types: [opened]
4-
name: Pull Request opened
5-
jobs:
6-
assignToProject:
7-
name: Assign PullRequest to Project
8-
runs-on: ubuntu-latest
9-
steps:
10-
- name: Assign PullRequest to Project
11-
uses: alex-page/github-project-automation-plus@v0.0.3
12-
with:
13-
project: Backlog
14-
column: To do
15-
repo-token: ${{ secrets.GITHUB_TOKEN }}
16-
17-
assignAuthor:
18-
name: Assign author to PR
19-
runs-on: ubuntu-latest
20-
steps:
21-
- name: Assign Author to PR
22-
uses: technote-space/assign-author@v1
23-
with:
24-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25-
26-
addLabelsByBranch:
27-
name: PR Labeler
28-
runs-on: ubuntu-latest
29-
steps:
30-
- name: PR Labeler
31-
uses: technote-fork/pr-labeler-action@master
32-
env:
33-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1+
on:
2+
pull_request:
3+
types: [opened]
4+
name: Pull Request opened
5+
jobs:
6+
assignToProject:
7+
name: Assign PullRequest to Project
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Assign PullRequest to Project
11+
uses: alex-page/github-project-automation-plus@v0.0.3
12+
with:
13+
project: Backlog
14+
column: To do
15+
repo-token: ${{ secrets.GITHUB_TOKEN }}
16+
17+
assignAuthor:
18+
name: Assign author to PR
19+
runs-on: ubuntu-latest
20+
steps:
21+
- name: Assign Author to PR
22+
uses: technote-space/assign-author@v1
23+
with:
24+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
26+
addLabelsByBranch:
27+
name: PR Labeler
28+
runs-on: ubuntu-latest
29+
steps:
30+
- name: PR Labeler
31+
uses: technote-fork/pr-labeler-action@master
32+
env:
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pr_updated.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
on: pull_request
2-
name: Pull Request updated
3-
jobs:
4-
triage:
5-
name: Pull Request Labeler
6-
runs-on: ubuntu-latest
7-
steps:
8-
- name: Pull Request Labeler
9-
uses: actions/labeler@v2
10-
with:
11-
repo-token: ${{ secrets.GITHUB_TOKEN }}
1+
on: pull_request
2+
name: Pull Request updated
3+
jobs:
4+
triage:
5+
name: Pull Request Labeler
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: Pull Request Labeler
9+
uses: actions/labeler@v2
10+
with:
11+
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)