Backport PR #7235 on branch 7.0.x (Fix link in CONTRIBUTING.md
)
#400
Workflow file for this run
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
name: Binder Badge | |
on: | |
pull_request_target: | |
types: [opened] | |
permissions: | |
contents: read | |
jobs: | |
binder: | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: write | |
steps: | |
- uses: jupyterlab/maintainer-tools/.github/actions/binder-link@v1 | |
with: | |
github_token: ${{ secrets.github_token }} | |
url_path: tree |