From 046182ce8641dbe1f405ba0a442f85392f2139fb Mon Sep 17 00:00:00 2001 From: Art Pai Date: Fri, 11 Sep 2026 23:42:24 +1000 Subject: [PATCH] Keep Igniter aligned with the acceptance state MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Linear renamed the review workflow state to Acceptance. Co-Authored-By: ことね --- .igniter/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.igniter/config.yaml b/.igniter/config.yaml index 54f66e2..40dc5b1 100644 --- a/.igniter/config.yaml +++ b/.igniter/config.yaml @@ -19,7 +19,7 @@ states: backlog: Backlog todo: Todo build: Build - review: Review + review: Acceptance deliver: Deliver done: Done