Skip to content

Commit

Permalink
Update todos.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored and pull[bot] committed Jul 19, 2023
1 parent ce0c696 commit 1103640
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/todos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}

0 comments on commit 1103640

Please sign in to comment.