Skip to content
This repository was archived by the owner on Jul 15, 2024. It is now read-only.

Commit c997839

Browse files
authored
chore: Update pull-request generator docs
Key: requeueAfterSeconds, should be under spec[n].generators, not spec.requeueAfterSeconds.
1 parent fe4e26d commit c997839

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Generators-Pull-Request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ metadata:
2828
spec:
2929
generators:
3030
- pullRequest:
31+
requeueAfterSeconds: 1800
3132
github:
3233
# The GitHub organization or user.
3334
owner: myorg
@@ -42,7 +43,6 @@ spec:
4243
# Labels is used to filter the PRs that you want to target. (optional)
4344
labels:
4445
- preview
45-
requeueAfterSeconds: 1800
4646
template:
4747
# ...
4848
```

0 commit comments

Comments
 (0)