Skip to content

python SDKError __str__ bug #52

python SDKError __str__ bug

python SDKError __str__ bug #52

name: Label issues that need triage
on:
issues:
types:
- opened
jobs:
label_issues_p3:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: actions/github-script@v6
with:
script: |
github.rest.issues.addLabels({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
labels: ["need triage"]
})