ceremony/actions/issueflow-reconcile/action.yml

11 lines
317 B
YAML
Raw 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
run: bash "$GITHUB_ACTION_PATH/issueflow-reconcile.sh"