Skip to content

on-run-end hook failing: 'Tried to commit transaction on connection "master", but it does not have one open!' #1200

on-run-end hook failing: 'Tried to commit transaction on connection "master", but it does not have one open!'

on-run-end hook failing: 'Tried to commit transaction on connection "master", but it does not have one open!' #1200

Workflow file for this run

name: Update Triage Label
on: issue_comment
permissions:
issues: write
jobs:
triage_label:
if: contains(github.event.issue.labels.*.name, 'Awaiting Response')
runs-on: ubuntu-latest
steps:
- name: Update label
uses: andymckay/labeler@master
with:
add-labels: "Triage 👀"
remove-labels: "Awaiting Response"