Skip to content

Updates to triaging guide: Issue prioritization and high-level triage workflow #1616

Updates to triaging guide: Issue prioritization and high-level triage workflow

Updates to triaging guide: Issue prioritization and high-level triage workflow #1616

Workflow file for this run

name: AddBinderBadge
on:
pull_request_target:
jobs:
badge:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
pull-requests: write
steps:
- uses: manics/action-binderbadge@99560b89939071823821e105afc83aaa87927e03 # v3.0.0
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}