Skip to content

Commit 143e8cd

Browse files
authored
Fixes webhook retention period to be 7 days for GHES and 3 days for GHEC (#44611)
1 parent 9cc881e commit 143e8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: data/variables/webhooks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
retention: '{% ifversion fpt or ghec %}3{% else %}30{% endif %}'
1+
retention: '{% ifversion fpt or ghec %}3{% else %}7{% endif %}'

0 commit comments

Comments
 (0)