Skip to content

Commit

Permalink
creating new release for 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandunn committed Nov 26, 2019
2 parents a12598a + 09d43fa commit 979c2e0
Show file tree
Hide file tree
Showing 72 changed files with 207,647 additions and 14,665 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/*.json
19 changes: 19 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Mark stale issues and pull requests

on:
schedule:
- cron: "0 0 * * *"

jobs:
stale:

runs-on: ubuntu-latest

steps:
- uses: actions/stale@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Stale issue message'
stale-pr-message: 'Stale pull request message'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ git:

node_js:
- 8
- 10
- 12
# - 10
# - 12

script:
- npm run-script lint
Expand Down
Loading

0 comments on commit 979c2e0

Please sign in to comment.