Skip to content

Commit 651e1b0

Browse files
committed
fixup! Add a GitHub workflow to monitor component updates
As we've discovered with Git 2.37.1, our workflow to inform us about component updates can miss embargoed git releases, since GitHub usues the tag creation date as the publication date for their feeds. To prevent similar issues with other components in the future, let's increase the time span we look at for new feed items, as discussed in #3948 (comment) Signed-off-by: Matthias Aßhauer <[email protected]>
1 parent bb3e903 commit 651e1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/monitor-components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
env:
1414
CHARACTER_LIMIT: 5000
15-
MAX_AGE: 48h
15+
MAX_AGE: 7d
1616

1717
jobs:
1818
job:

0 commit comments

Comments
 (0)