Skip to content

Commit 42d11f6

Browse files
committed
Add workflow to create a binder badge comment on PRs
See jupyterhub/mybinder.org-user-guide#212 (comment)
1 parent 5778653 commit 42d11f6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/binder-badge.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: binder-badge
2+
on:
3+
pull_request_target:
4+
5+
jobs:
6+
badge:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: manics/action-binderbadge@main
10+
with:
11+
githubToken: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)