diff --git a/.github/workflows/issues.yaml b/.github/workflows/issues.yaml index 0c4207d7..42c24974 100644 --- a/.github/workflows/issues.yaml +++ b/.github/workflows/issues.yaml @@ -14,6 +14,10 @@ on: - created - edited +concurrency: + group: reconcile-issue-${{ github.event.issue.number }}-${{ github.event_name }} + cancel-in-progress: true + jobs: reconcile-issue: if: github.event_name == 'issues' || github.event_name == 'pull_request'