This avoids confusion when several events are fired for e.g. label
changes before the bot can validate each change is authorized.
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
Assisted-by: Gemini
issue_comment:
types: [created]
+# Group concurrency by PR/Issue number to serialize executions and prevent race conditions
+concurrency:
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.issue.number }}
+ cancel-in-progress: false
+
jobs:
audit:
name: Backport Audit