-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d8f79f0
commit a9f2ba0
Showing
22 changed files
with
169 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: "close issue" | ||
|
||
on: | ||
push: | ||
|
||
jobs: | ||
closeissue: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Close Issue | ||
uses: peter-evans/close-issue@v1 #Mock comment to remove | ||
with: | ||
issue-number: 1 | ||
comment: Auto-closing issue | ||
publish: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v1 #Mock Comment | ||
- uses: actions/setup-node@v1 #Mock Comment | ||
with: | ||
node-version: 10 | ||
- run: npm install | ||
- run: npm test | ||
- uses: JS-DevTools/npm-publish@v1 #Mock Comment | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
registry: https://npm.pkg.github.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: "close issue" | ||
|
||
on: | ||
push: | ||
|
||
jobs: | ||
closeissue: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Close Issue | ||
uses: peter-evans/close-issue@v1 #Mock comment to remove | ||
with: | ||
issue-number: 1 | ||
comment: Auto-closing issue | ||
publish: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v1 #Mock Comment | ||
- uses: actions/setup-node@v1 #Mock Comment | ||
with: | ||
node-version: 10 | ||
- run: npm install | ||
- run: npm test | ||
- uses: JS-DevTools/npm-publish@v1 #Mock Comment | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
registry: https://npm.pkg.github.com | ||
- name: Close Issue | ||
uses: peter-evans/close-issue@v1 #Mock comment to remove | ||
with: | ||
issue-number: 1 | ||
comment: Auto-closing issue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: "close issue" | ||
|
||
on: | ||
push: | ||
|
||
jobs: | ||
closeissue: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Close Issue | ||
uses: peter-evans/close-issue@a700eac5bf2a1c7a8cb6da0c13f93ed96fd53dbe # v1.0.3 | ||
with: | ||
issue-number: 1 | ||
comment: Auto-closing issue | ||
publish: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@544eadc6bf3d226fd7a7a9f0dc5b5bf7ca0675b9 # v1.2.0 | ||
- uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # v1.4.6 | ||
with: | ||
node-version: 10 | ||
- run: npm install | ||
- run: npm test | ||
- uses: JS-DevTools/npm-publish@0f451a94170d1699fd50710966d48fb26194d939 # v1.4.3 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
registry: https://npm.pkg.github.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: "close issue" | ||
|
||
on: | ||
push: | ||
|
||
jobs: | ||
closeissue: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Close Issue | ||
uses: peter-evans/close-issue@a700eac5bf2a1c7a8cb6da0c13f93ed96fd53dbe # v1.0.3 | ||
with: | ||
issue-number: 1 | ||
comment: Auto-closing issue | ||
publish: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@544eadc6bf3d226fd7a7a9f0dc5b5bf7ca0675b9 # v1.2.0 | ||
- uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # v1.4.6 | ||
with: | ||
node-version: 10 | ||
- run: npm install | ||
- run: npm test | ||
- uses: JS-DevTools/npm-publish@0f451a94170d1699fd50710966d48fb26194d939 # v1.4.3 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
registry: https://npm.pkg.github.com | ||
- name: Close Issue | ||
uses: peter-evans/close-issue@a700eac5bf2a1c7a8cb6da0c13f93ed96fd53dbe # v1.0.3 | ||
with: | ||
issue-number: 1 | ||
comment: Auto-closing issue |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters