Skip to content

Cannot update (from git / master): Syntax error or access violation: 1072 Key column 'subsection' doesn't exist in table #31

Cannot update (from git / master): Syntax error or access violation: 1072 Key column 'subsection' doesn't exist in table

Cannot update (from git / master): Syntax error or access violation: 1072 Key column 'subsection' doesn't exist in table #31

name: Label opened issues
on:
issues:
types:
- opened
jobs:
label_issues:
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: ["help wanted", "good first issue", "triage"]
})