Skip to content

Commit

Permalink
feed: keep 2w feeds
Browse files Browse the repository at this point in the history
we are doing _aktus_ each two weeks
  • Loading branch information
guilhem authored May 18, 2020
1 parent 21f3baa commit 262e096
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/feeds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
feed: "https://cloud.google.com/feeds/kubernetes-engine-release-notes.xml"
prefix: "[GKE]"
dry-run: "false"
lastTime: "92h"
lastTime: "336h"
labels: "liens/Kubernetes"
aks:
runs-on: ubuntu-latest
Expand All @@ -24,7 +24,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
feed: "https://github.com/Azure/AKS/releases.atom"
prefix: "[AKS]"
lastTime: "92h"
lastTime: "336h"
labels: "liens/Kubernetes"
eks:
runs-on: ubuntu-latest
Expand All @@ -34,5 +34,5 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
feed: "https://docs.aws.amazon.com/eks/latest/userguide/doc-history.rss"
prefix: "[EKS]"
lastTime: "92h"
lastTime: "336h"
labels: "liens/Kubernetes"

0 comments on commit 262e096

Please sign in to comment.