Skip to content

LookerSDKError with local CloudFunction configuration #29

LookerSDKError with local CloudFunction configuration

LookerSDKError with local CloudFunction configuration #29

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"]
})