You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
rss-issues
0.3.4
This action create issues from a syndication feed (RSS or Atom).
Required the GITHUB_TOKEN secret.
Required URL of the rss.
Prefix added to issues.
Limit items date.
Labels to add, comma separated.
Log issue creation but do nothing
Aggregate all items in a single issue
Limit size of issue content
Issues id, comma separated.
uses: guilhem/rss-issues-action
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
feed: "https://cloud.google.com/feeds/kubernetes-engine-release-notes.xml"
name: rss
on:
schedule:
- cron: "0 * * * *"
jobs:
gke-release:
runs-on: ubuntu-latest
steps:
- uses: guilhem/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
feed: "https://cloud.google.com/feeds/kubernetes-engine-release-notes.xml"
prefix: "[GKE]"
characterLimit: "255"
dry-run: "false"
lastTime: "92h"
labels: "liens/Kubernetes"