Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1103640

Browse files
woody-applepull[bot]
authored andcommittedJul 19, 2023
Update todos.yaml
1 parent ce0c696 commit 1103640

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed
 

‎.github/workflows/todos.yaml

+8-7
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ on:
88
required: false
99
type: boolean
1010
description: Enable, if you want to import all TODOs. Runs on checked out branch! Only use if you're sure what you are doing.
11-
# Disabled until I can bootstrap the main ones
12-
# push:
13-
# branches: # do not set multiple branches, todos might be added and then get referenced by themselves in case of a merge
14-
# - main
15-
# - master
11+
push:
12+
branches: # do not set multiple branches, todos might be added and then get referenced by themselves in case of a merge
13+
- main
14+
- master
1615

1716
permissions:
1817
issues: write
@@ -29,10 +28,12 @@ jobs:
2928
- name: Run Issue Bot
3029
uses: derjuulsn/todo-issue@main
3130
with:
32-
autoAssign: false
33-
# Label disabled until this works: https://github.com/DerJuulsn/todo-issue/issues/9
31+
# autoAssign: false
32+
reopenClosed: false
3433
# label: "todo"
34+
# disabled until this works: https://github.com/DerJuulsn/todo-issue/issues/9
3535
keywords: "todo,fixme,bug,TODO,FIXME,BUG"
3636
excludePattern: '^(node_modules/|third_party/|zzz_generated/|docs/|.vscode/)'
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.MATTER_PAT }}
39+

0 commit comments

Comments
 (0)
Please sign in to comment.