Skip to content

Commit

Permalink
fix: upgrade workflow bot template based on Teams store policy
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryYangKai committed Jul 31, 2024
1 parent af168fb commit be5c665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace {{SafeProjectName}}.Commands
public IEnumerable<ITriggerPattern> TriggerPatterns => new List<ITriggerPattern>
{
// Used to trigger the command handler if the command text contains 'helloWorld'
// Used to trigger the command handler when the user enters a generic or unknown command
new RegExpTrigger("^.+$")
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace {{SafeProjectName}}.Commands
public IEnumerable<ITriggerPattern> TriggerPatterns => new List<ITriggerPattern>
{
// Used to trigger the command handler if the command text contains 'helloWorld'
// Used to trigger the command handler when the user enters a generic or unknown command
new RegExpTrigger("^.+$")
};

Expand Down

0 comments on commit be5c665

Please sign in to comment.