Skip to content

Commit

Permalink
Merge pull request #26 from yacchin1205/feature/notebook7
Browse files Browse the repository at this point in the history
Remove unnecessary files & Correct author information
  • Loading branch information
yacchin1205 authored Jan 4, 2024
2 parents 63bff7c + 5dc0b79 commit fb57f91
Show file tree
Hide file tree
Showing 37 changed files with 32 additions and 1,335 deletions.
2 changes: 0 additions & 2 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: v4.1.0
_src_path: https://github.com/jupyterlab/extension-template
author_email: [email protected]
author_name: nii
has_binder: false
has_settings: false
kind: frontend
Expand Down
31 changes: 31 additions & 0 deletions .github/workflows/binder-on-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Reference https://mybinder.readthedocs.io/en/latest/howto/gh-actions-badges.html
name: Binder Badge
on:
pull_request_target:
types: [opened]

permissions:
pull-requests: write


jobs:
binder:
runs-on: ubuntu-latest
steps:
- name: comment on PR with Binder link
uses: actions/github-script@v3
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
var PR_HEAD_USERREPO = process.env.PR_HEAD_USERREPO;
var PR_HEAD_REF = process.env.PR_HEAD_REF;
github.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: `[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/${PR_HEAD_USERREPO}/${PR_HEAD_REF}?urlpath=lab) :point_left: Launch a Binder on branch _${PR_HEAD_USERREPO}/${PR_HEAD_REF}_`
})
env:
PR_HEAD_REF: ${{ github.event.pull_request.head.ref }}
PR_HEAD_USERREPO: ${{ github.event.pull_request.head.repo.full_name }}

14 changes: 0 additions & 14 deletions _temp_extension/.copier-answers.yml

This file was deleted.

148 changes: 0 additions & 148 deletions _temp_extension/.github/workflows/build.yml

This file was deleted.

29 changes: 0 additions & 29 deletions _temp_extension/.github/workflows/check-release.yml

This file was deleted.

13 changes: 0 additions & 13 deletions _temp_extension/.github/workflows/enforce-label.yml

This file was deleted.

41 changes: 0 additions & 41 deletions _temp_extension/.github/workflows/prep-release.yml

This file was deleted.

57 changes: 0 additions & 57 deletions _temp_extension/.github/workflows/publish-release.yml

This file was deleted.

47 changes: 0 additions & 47 deletions _temp_extension/.github/workflows/update-integration-tests.yml

This file was deleted.

Loading

0 comments on commit fb57f91

Please sign in to comment.