Skip to content

Commit

Permalink
Added upstream to extension configuration file for inclusion in search.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonplatts committed Jan 5, 2022
1 parent f6281a0 commit 80afe1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/Configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ exports.Configuration = class Configuration {
return [
'broken', 'bug', 'debug', 'deprecated', 'example', 'error',
'err', 'fail', 'fatal', 'fix', 'hack', 'idea', 'info', 'note', 'optimize', 'question',
'refactor', 'remove', 'review', 'task', 'trace', 'update', 'warn', 'warning'
'refactor', 'remove', 'review', 'task', 'trace', 'update', 'upstream', 'warn', 'warning'
]
}

Expand Down

0 comments on commit 80afe1b

Please sign in to comment.