We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80336ae + 024ded4 commit 468cda3Copy full SHA for 468cda3
1 file changed
pre_commit_hooks/notify_duplicate_entry.py
@@ -32,7 +32,8 @@ def main(argv: Optional[Sequence[str]] = None) -> int:
32
'test_case': 'uuid',
33
'test_suit': 'uuid', 'test_supported_version': 'test_case_uuid',
34
'testcase_workload_association': 'uuid', 'user': 'uuid',
35
- 'user_tokens': 'user_token', 'workflow_task': 'workflow_id'
+ 'user_tokens': 'user_token', 'workflow_task': 'workflow_id',
36
+ 'context': 'uuid',
37
}
38
39
args = vars(parser.parse_args(argv))
0 commit comments