From 1103640646ab4746c040b6786dea9d00779043ea Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Mon, 24 Jan 2022 22:57:56 -0800 Subject: [PATCH] Update todos.yaml --- .github/workflows/todos.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/todos.yaml b/.github/workflows/todos.yaml index d79276cfd4f9f5..033afb6e8715bf 100644 --- a/.github/workflows/todos.yaml +++ b/.github/workflows/todos.yaml @@ -8,11 +8,10 @@ on: required: false type: boolean description: Enable, if you want to import all TODOs. Runs on checked out branch! Only use if you're sure what you are doing. -# Disabled until I can bootstrap the main ones -# push: -# branches: # do not set multiple branches, todos might be added and then get referenced by themselves in case of a merge -# - main -# - master + push: + branches: # do not set multiple branches, todos might be added and then get referenced by themselves in case of a merge + - main + - master permissions: issues: write @@ -29,10 +28,12 @@ jobs: - name: Run Issue Bot uses: derjuulsn/todo-issue@main with: - autoAssign: false -# Label disabled until this works: https://github.com/DerJuulsn/todo-issue/issues/9 +# autoAssign: false + reopenClosed: false # label: "todo" +# disabled until this works: https://github.com/DerJuulsn/todo-issue/issues/9 keywords: "todo,fixme,bug,TODO,FIXME,BUG" excludePattern: '^(node_modules/|third_party/|zzz_generated/|docs/|.vscode/)' env: GITHUB_TOKEN: ${{ secrets.MATTER_PAT }} +