mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 19:26:52 +00:00
EIR-212: Add test sla association primary key
This commit is contained in:
parent
20ab3ae2f4
commit
25cba977ce
1 changed files with 4 additions and 0 deletions
|
|
@ -50,6 +50,10 @@ def main(argv: Optional[Sequence[str]] = None) -> int:
|
||||||
'user_tokens': ['user_token'],
|
'user_tokens': ['user_token'],
|
||||||
'workflow_task': ['workflow_id'],
|
'workflow_task': ['workflow_id'],
|
||||||
'context': ['uuid'],
|
'context': ['uuid'],
|
||||||
|
'test_sla_association': ['test_case', 'sla'],
|
||||||
|
'teams_association': ['user_uuid', 'team_uuid'],
|
||||||
|
'teams_resource_permission': ['team_uuid', 'resource_name'],
|
||||||
|
'label': ['uuid'],
|
||||||
}
|
}
|
||||||
|
|
||||||
args = vars(parser.parse_args(argv))
|
args = vars(parser.parse_args(argv))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue