Skip to content

'innodb_snapshot_isolation' can't be set to the value of 'READ-UNCOMMITTED' #1098

'innodb_snapshot_isolation' can't be set to the value of 'READ-UNCOMMITTED'

'innodb_snapshot_isolation' can't be set to the value of 'READ-UNCOMMITTED' #1098

Workflow file for this run

name: 'assign issues'
on:
issue_comment:
types: [created, edited]
jobs:
assign_issues:
name: assign issues
if: ${{ !github.event.issue.pull_request && github.event.comment.body == '/assign' }}
runs-on: ubuntu-latest
steps:
- name: 'Assign issue'
uses: pozil/auto-assign-issue@v1.4.0
with:
assignees: ${{ github.event.comment.user.login }}