Skip to content

Commit

Permalink
use rss-issues action 0.1.0
Browse files Browse the repository at this point in the history
Prevent closed issues to be recreated
  • Loading branch information
guilhem authored May 20, 2020
1 parent 262e096 commit a4cbf5c
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 @@ -8,7 +8,7 @@ jobs:
gke:
runs-on: ubuntu-latest
steps:
- uses: guilhem/rss-issues-action@0.0.2
- uses: guilhem/rss-issues-action@0.1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
feed: "https://cloud.google.com/feeds/kubernetes-engine-release-notes.xml"
Expand All @@ -19,7 +19,7 @@ jobs:
aks:
runs-on: ubuntu-latest
steps:
- uses: guilhem/rss-issues-action@0.0.2
- uses: guilhem/rss-issues-action@0.1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
feed: "https://github.com/Azure/AKS/releases.atom"
Expand All @@ -29,7 +29,7 @@ jobs:
eks:
runs-on: ubuntu-latest
steps:
- uses: guilhem/rss-issues-action@master
- uses: guilhem/rss-issues-action@0.1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
feed: "https://docs.aws.amazon.com/eks/latest/userguide/doc-history.rss"
Expand Down

0 comments on commit a4cbf5c

Please sign in to comment.