Skip to content

Commit 91c271d

Browse files
fix(ci): declare DCO in velnor-workflow policy section (#325)
Fix empty ruleset policy declarations that cause Policy CI failures. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 043513c commit 91c271d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github-gen/velnor-workflow.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ schema = 1
33
repository = "tailrocks/graphql-java-datetime"
44
revision = "92c3478694ef423fb4160b8c934d6671ca85b51a"
55
[policy]
6-
ruleset_required_status_checks = []
7-
ruleset_external_status_checks = []
6+
ruleset_required_status_checks = ["ci-required"]
7+
ruleset_external_status_checks = ["DCO"]
88
[workflow]
99
runners = "both"
1010
automatic_lanes = "github"

‎.github/ci/.github-actions-generator-state‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Generated ownership state; do not edit.
22
schema = 2
33
[inputs]
4-
config 812b129a45a01c6e
4+
config 19d7e033150a74a6
55
scan 1b72102e5495def6
66
generator 48
77
[outputs]

0 commit comments

Comments
 (0)