#!/bin/sh
# Sync GitLab issue lanes after a merge.
AMI_DIR="$(git rev-parse --show-toplevel)"
python3 "$AMI_DIR/scripts/sync_issue_state.py" || true
