Skip to content

Commit

Permalink
Update enforce-label.yml
Browse files Browse the repository at this point in the history
added suggested code from REST API in docs
  • Loading branch information
colleenpridemore authored Apr 29, 2024
1 parent 1c3f812 commit 7937767
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/enforce-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ jobs:
steps:
- name: enforce-triage-label
uses: jupyterlab/maintainer-tools/.github/actions/enforce-label@v1

# GitHub CLI api
# https://cli.github.com/manual/gh_api

gh api \
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \



/issues

0 comments on commit 7937767

Please sign in to comment.