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