rss-issues
ActionsTags
(2)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/rss-issues-action@0.2.0
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"
rss-issues is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.