From 0516aaf8962acf0c42068a522cf53a45ec2be090 Mon Sep 17 00:00:00 2001 From: Seth Battis Date: Sat, 14 Dec 2024 12:06:13 -0500 Subject: [PATCH] bump todo-to-issues to v5 --- .github/workflows/todo.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/todo.yml b/.github/workflows/todo.yml index 5d3515ca..27b552a2 100644 --- a/.github/workflows/todo.yml +++ b/.github/workflows/todo.yml @@ -1,13 +1,12 @@ -name: "todo" -on: ["push"] +name: 'TODO to Issue' +on: ['push'] jobs: build: - runs-on: "ubuntu-latest" + runs-on: 'ubuntu-latest' steps: - - uses: "actions/checkout@v3" - - name: "TODO to Issue" - uses: "alstr/todo-to-issue-action@v4" + - uses: 'actions/checkout@v4' + - name: 'TODO to Issue' + uses: 'alstr/todo-to-issue-action@v5' with: AUTO_ASSIGN: true IDENTIFIERS: '[{"name": "TODO", "labels": []}, {"name": "FIXME", "labels": ["bug"]}]' - IGNORE: '[".*\/packages\/oauth2-example\/.*"]' \ No newline at end of file