From 3254744090b76d2eb56ac00284b21beab184258d Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Mon, 24 Jan 2022 22:58:37 -0800 Subject: [PATCH] Update todos.yaml --- .github/workflows/todos.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/todos.yaml b/.github/workflows/todos.yaml index 033afb6e8715bf..a6c1fb98fc2383 100644 --- a/.github/workflows/todos.yaml +++ b/.github/workflows/todos.yaml @@ -8,10 +8,11 @@ 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. - push: - branches: # do not set multiple branches, todos might be added and then get referenced by themselves in case of a merge - - main - - master +# Disabled until I can resolve the backlog +# 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