Skip to content

Commit efcb552

Browse files
committed
Add binder-badge
1 parent 442b6cd commit efcb552

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/binder-badge.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: binder-badge
2+
on:
3+
pull_request_target:
4+
5+
jobs:
6+
badge:
7+
runs-on: ubuntu-latest
8+
permissions:
9+
contents: read
10+
issues: write
11+
pull-requests: write
12+
steps:
13+
- uses: manics/[email protected]
14+
with:
15+
githubToken: ${{ secrets.GITHUB_TOKEN }}
16+
persistentLink: false
17+
updateDescription: true
18+
urlpath: git-pull?repo=https%3A%2F%2Fgithub.com%2Fjupyterhub%2Fnbgitpuller&urlpath=lab%2Ftree%2Fnbgitpuller%2FREADME.md&branch=main

0 commit comments

Comments
 (0)