Skip to content

Commit

Permalink
feat: add issue comment with Preview in Playground (type-challenges#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinoon authored Aug 5, 2020
1 parent 36f6e66 commit 134101e
Show file tree
Hide file tree
Showing 24 changed files with 169 additions and 109 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issue-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cd actions && npm i --only=production
- run: cd actions && node -r esm -r esbuild-register ./loader.ts ${{github.token}} issue-pr
- run: cd scripts && npm i --only=production
- run: cd scripts/actions && node -r esm -r esbuild-register ./loader.ts ${{github.token}} issue-pr
5 changes: 3 additions & 2 deletions .github/workflows/labeling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cd actions && npm i --only=production
- run: cd actions && node -r esm -r esbuild-register ./loader.ts ${{github.token}} labeling
- run: cd scripts && npm i --only=production
- run: cd scripts/actions && node -r esm -r esbuild-register ./loader.ts ${{github.token}} labeling

5 changes: 3 additions & 2 deletions .github/workflows/toggle-pr-with-issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cd actions && npm i --only=production
- run: cd actions && node -r esm -r esbuild-register ./loader.ts ${{github.token}} toggle-pr-with-issue
- run: cd scripts && npm i --only=production
- run: cd scripts/actions && node -r esm -r esbuild-register ./loader.ts ${{github.token}} toggle-pr-with-issue

7 changes: 0 additions & 7 deletions actions/types.d.ts

This file was deleted.

50 changes: 26 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
packages:
- utils
- actions
- scripts
Loading

0 comments on commit 134101e

Please sign in to comment.