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.
1 parent 20ab3ae commit 25cba97Copy full SHA for 25cba97
1 file changed
pre_commit_hooks/notify_duplicate_entry.py
@@ -50,6 +50,10 @@ def main(argv: Optional[Sequence[str]] = None) -> int:
50
'user_tokens': ['user_token'],
51
'workflow_task': ['workflow_id'],
52
'context': ['uuid'],
53
+ 'test_sla_association': ['test_case', 'sla'],
54
+ 'teams_association': ['user_uuid', 'team_uuid'],
55
+ 'teams_resource_permission': ['team_uuid', 'resource_name'],
56
+ 'label': ['uuid'],
57
}
58
59
args = vars(parser.parse_args(argv))
0 commit comments