Skip to content

Commit

Permalink
test1
Browse files Browse the repository at this point in the history
  • Loading branch information
webbdays committed Jan 12, 2023
1 parent 72e3cb6 commit 1c71d7c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/todo-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,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.
keywords:
required: true
type: string
description: keywords for todos
# keywords:
# required: true
# type: string
# description: keywords for todos

push:
branches: # do not set multiple branches, todos might be added and then get referenced by themselves in case of a merge
Expand All @@ -34,7 +34,7 @@ jobs:
uses: derjuulsn/todo-issue@main
with:
excludePattern: ''
keywords: ${{ inputs.keywords }}
# keywords: ${{ inputs.keywords }}
# keywords: ${{ [' TODO', ' TECHDEBT', ' IMPROVE', ' DISCUSS', ' INCOMPLETE', ' INVESTIGATE', ' CLEANUP', ' HACK', ' REFACTOR', ' CONSIDERATION' , ' TODO_IN_THIS_COMMIT', ' DISCUSS_IN_THIS_COMMIT', ' CONSOLIDATE', ' DEPRECATE', ' ADDTEST', ' RESEARCH'] }}
titleSimilarity: 100
env:
Expand Down

0 comments on commit 1c71d7c

Please sign in to comment.