Skip to content

Commit c0b1b7e

Browse files
Allow workflows description and model perm (#606)
1 parent dce5d2a commit c0b1b7e

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The MIT License (MIT)
2-
Copyright (c) 2021-2022 Christopher Homberger
2+
Copyright (c) 2021-2025 Christopher Homberger
33
Copyright (c) 2019 GitHub
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy

src/Sdk/DTPipelines/workflow-v1.0.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,16 @@
2020
"required": true
2121
},
2222
"permissions": "permissions",
23-
"concurrency": "workflow-concurrency"
23+
"concurrency": "workflow-concurrency",
24+
"description": "workflow-description"
2425
}
2526
}
2627
},
2728

29+
"workflow-description": {
30+
"string": {}
31+
},
32+
2833
"workflow-defaults": {
2934
"mapping": {
3035
"properties": {
@@ -413,7 +418,8 @@
413418
"pull-requests": "non-empty-string",
414419
"repository-projects": "non-empty-string",
415420
"security-events": "non-empty-string",
416-
"statuses": "non-empty-string"
421+
"statuses": "non-empty-string",
422+
"models": "non-empty-string"
417423
}
418424
}
419425
},

0 commit comments

Comments
 (0)