Skip to content

Commit 77973aa

Browse files
committed
Merge branch 'EIR-212-sla-association-keys' into 'master'
EIR-212: Add test sla association primary key Closes EIR-212 See merge request voereir/pre-commit-hooks!5
2 parents 20ab3ae + 25cba97 commit 77973aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pre_commit_hooks/notify_duplicate_entry.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ def main(argv: Optional[Sequence[str]] = None) -> int:
5050
'user_tokens': ['user_token'],
5151
'workflow_task': ['workflow_id'],
5252
'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'],
5357
}
5458

5559
args = vars(parser.parse_args(argv))

0 commit comments

Comments
 (0)