2026-07-22 19:21:01 +00:00
|
|
|
name: Reconcile issue flow
|
|
|
|
|
description: Converge the issue work queue and reclaim stale claims
|
|
|
|
|
runs:
|
|
|
|
|
using: composite
|
|
|
|
|
steps:
|
|
|
|
|
- name: reconcile issue flow
|
|
|
|
|
shell: bash
|
|
|
|
|
env:
|
|
|
|
|
LABELS_CONF: ${{ github.workspace }}/.github/labels.conf
|
2026-07-22 19:41:26 +00:00
|
|
|
EVENT_NAME: ${{ github.event_name }}
|
|
|
|
|
EVENT_ACTION: ${{ github.event.action }}
|
|
|
|
|
EVENT_ISSUE: ${{ github.event.issue.number }}
|
2026-07-22 19:21:01 +00:00
|
|
|
run: bash "$GITHUB_ACTION_PATH/issueflow-reconcile.sh"
|