ceremony/actions/issueflow-reconcile/action.yml

14 lines
465 B
YAML
Raw Permalink Normal View History

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
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"