From ceab14dea098330ded86f8ea7211947cf159b670 Mon Sep 17 00:00:00 2001 From: Helco Date: Sun, 20 Oct 2024 13:24:08 +0200 Subject: [PATCH] ci: Upgrade todo-to-issue-action --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5b9d7409..51657d2c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,4 +18,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: TODO to Issue - uses: alstr/todo-to-issue-action@v4.3 + uses: alstr/todo-to-issue-action@v5 + with: + IDENTIFIERS: | + [{"name": "TODO", "labels": [ "todo" ]}]