Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #197 from technote-space/release/v1.1.0
Browse files Browse the repository at this point in the history
Release/v1.1.0
  • Loading branch information
technote-space committed Sep 26, 2019
2 parents 3bd2691 + f6324fe commit b59bad3
Show file tree
Hide file tree
Showing 14 changed files with 927 additions and 835 deletions.
86 changes: 43 additions & 43 deletions .github/config.yml
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
# Configuration for request-info - https://github.com/behaviorbot/request-info

# *Required* Comment to reply with
requestInfoReplyComment: >
:clap: We would appreciate it if you could provide us with more info about this issue/pr!
# *OPTIONAL* default titles to check against for lack of descriptiveness
# MUST BE ALL LOWERCASE
requestInfoDefaultTitles:
- update readme.md
- updates
- update

# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given
requestInfoLabelToAdd: "Status: More Information Needed"




# Configuration for welcome - https://github.com/behaviorbot/welcome

# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome

# Comment to be posted to on first time issues
newIssueWelcomeComment: >
:raised_hands: Thanks for opening your first issue here! Be sure to follow the issue template!
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome

# Comment to be posted to on PRs from first time contributors in your repository
newPRWelcomeComment: >
:raised_hands: Thanks for opening this pull request! Please check out our contributing guidelines.
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge

# Comment to be posted to on pull requests merged by a first time user
firstPRMergeComment: >
:tada: Congrats on merging your first pull request! We here at behaviorbot are proud of you!
# Configuration for todo - https://github.com/jasonetco/todo
todo:
# Configuration for request-info - https://github.com/behaviorbot/request-info

# *Required* Comment to reply with
requestInfoReplyComment: >
:clap: We would appreciate it if you could provide us with more info about this issue/pr!
# *OPTIONAL* default titles to check against for lack of descriptiveness
# MUST BE ALL LOWERCASE
requestInfoDefaultTitles:
- update readme.md
- updates
- update

# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given
requestInfoLabelToAdd: "Status: More Information Needed"




# Configuration for welcome - https://github.com/behaviorbot/welcome

# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome

# Comment to be posted to on first time issues
newIssueWelcomeComment: >
:raised_hands: Thanks for opening your first issue here! Be sure to follow the issue template!
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome

# Comment to be posted to on PRs from first time contributors in your repository
newPRWelcomeComment: >
:raised_hands: Thanks for opening this pull request! Please check out our contributing guidelines.
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge

# Comment to be posted to on pull requests merged by a first time user
firstPRMergeComment: >
:tada: Congrats on merging your first pull request! We here at behaviorbot are proud of you!
# Configuration for todo - https://github.com/jasonetco/todo
todo:
- label: "Type: Todo"
8 changes: 5 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ typescript:
- '**/*.ts'
php:
- '**/*.php'
dependencies:
- '**/*.lock'
- '**/*-lock.json'

'Type: Testing':
- '**/tests/*'
Expand All @@ -15,3 +12,8 @@ dependencies:

'Type: Documentation':
- '**/*.md'

'Type: CI/CD':
- '.github/workflows/*.yml'
- '.circleci/*'
- '.travis.yml'
59 changes: 31 additions & 28 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
# Config for https://github.com/apps/release-drafter
name-template: 'v$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
categories:
- title: ':rocket: Features'
labels:
- 'Type: Feature'
- 'Type: Refactoring'
- title: ':bug: Bug Fixes'
labels:
- 'Type: Bug'
- 'Type: Security'
- title: ':wrench: Maintenance'
labels:
- 'Type: Maintenance'
- title: ':green_book: Docs'
labels:
- 'Type: Documentation'
- title: ':white_check_mark: Tested'
labels:
- 'Type: Testing'
- title: ':sparkles: All Changes'
labels:
- 'Type: Release'
template: |
## What’s Changed
$CHANGES
# Config for https://github.com/apps/release-drafter
name-template: 'v$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
categories:
- title: ':rocket: Features'
labels:
- 'Type: Feature'
- 'Type: Refactoring'
- 'Type: CI/CD'
- title: ':bug: Bug Fixes'
labels:
- 'Type: Bug'
- 'Type: Security'
- title: ':wrench: Maintenance'
labels:
- 'Type: Maintenance'
- title: ':green_book: Docs'
labels:
- 'Type: Documentation'
- title: ':white_check_mark: Tested'
labels:
- 'Type: Testing'
- title: ':sparkles: All Changes'
labels:
- 'Type: Release'
exclude-lables:
- 'dependencies'
template: |
## What’s Changed
$CHANGES
32 changes: 16 additions & 16 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 180
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 30
# Issues with these labels will never be considered stale
exemptLabels:
- "Priority: Critical"
- "Type: Security"
# Label to use when marking an issue as stale
staleLabel: "Status: Abandoned"
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 180
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 30
# Issues with these labels will never be considered stale
exemptLabels:
- "Priority: Critical"
- "Type: Security"
# Label to use when marking an issue as stale
staleLabel: "Status: Abandoned"
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
16 changes: 16 additions & 0 deletions .github/workflows/check_version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on: push
name: Check package version
jobs:
checkVersion:
name: Check package version
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 3
- name: Check package version
uses: technote-space/package-version-check-action@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TEST_TAG_PREFIX: test/
BRANCH_PREFIX: release/
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
fetch-depth: 3
- name: Install Package dependencies
run: yarn install
- name: Check code style
Expand All @@ -34,23 +34,23 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [10, 11, 12]
node: ['8', '10', '11', '12']
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Use Node.js ${{ matrix.node_version }}
fetch-depth: 3
- name: Setup node
uses: actions/setup-node@v1
with:
version: ${{ matrix.node_version }}
node-version: ${{ matrix.node }}
- name: Install Package dependencies
run: yarn install
- name: Run tests
run: yarn cover
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.github_token }}
parallel: true
- uses: 8398a7/action-slack@v1
with:
Expand All @@ -60,20 +60,20 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
if: failure()

parallel-finished:
coverallsFinished:
name: Coveralls Finished
needs: jest
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.github_token }}
parallel-finished: true

slack:
name: Slack
needs: parallel-finished
needs: coverallsFinished
runs-on: ubuntu-latest
steps:
- uses: 8398a7/action-slack@v1
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/issue_opened.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
on: issues
on:
issues:
types: [opened]
name: Issue opened
jobs:
assign:
name: Assign issues to project
runs-on: ubuntu-latest
steps:
- name: Assign issues to project
if: github.event.action == 'opened'
uses: alex-page/github-project-automation-plus@master
uses: alex-page/github-project-automation-plus@v0.0.3
with:
project: Backlog
column: To do
Expand All @@ -18,7 +19,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Assign author to issue
if: github.event.action == 'opened'
uses: technote-space/assign-author@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9 changes: 4 additions & 5 deletions .github/workflows/pr_opened.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
on: pull_request
on:
pull_request:
types: [opened]
name: Pull Request opened
jobs:
assignToProject:
name: Assign PullRequest to Project
runs-on: ubuntu-latest
steps:
- name: Assign PullRequest to Project
if: github.event.action == 'opened'
uses: alex-page/github-project-automation-plus@master
uses: alex-page/github-project-automation-plus@v0.0.3
with:
project: Backlog
column: To do
Expand All @@ -18,7 +19,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Assign Author to PR
if: github.event.action == 'opened'
uses: technote-space/assign-author@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -28,7 +28,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: PR Labeler
if: github.event.action == 'opened'
uses: technote-fork/pr-labeler-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit b59bad3

Please sign in to comment.