mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 10:16:52 +00:00
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
This commit is contained in:
commit
77973aa887
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'],
|
||||
'workflow_task': ['workflow_id'],
|
||||
'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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue