Skip to content

[Bug] jakarta.persistence.OptimisticLockException: Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect) : [io.cryostat.recordings.ActiveRecording#1] #1186

[Bug] jakarta.persistence.OptimisticLockException: Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect) : [io.cryostat.recordings.ActiveRecording#1]

[Bug] jakarta.persistence.OptimisticLockException: Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect) : [io.cryostat.recordings.ActiveRecording#1] #1186

name: Request Review
on:
issue_comment:
types:
- created
jobs:
request-review:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
permissions:
pull-requests: write
if: github.repository_owner == 'cryostatio' && github.event.issue.pull_request && startsWith(github.event.comment.body, '/request_review')
steps:
- run: |
# Adding label 'review-requested' to the PR. Mergify will add reviewers.
gh pr edit ${{ github.event.issue.number }} --add-label "review-requested" --repo ${{ github.event.repository.full_name }}