OSDN Git Service

Create osdn-tickets-rss.yml
authorNeko7sora <oeyvdfqbt@relay.firefox.com>
Fri, 11 Jun 2021 14:14:29 +0000 (23:14 +0900)
committerGitHub <noreply@github.com>
Fri, 11 Jun 2021 14:14:29 +0000 (23:14 +0900)
.github/workflows/osdn-tickets-rss.yml [new file with mode: 0644]

diff --git a/.github/workflows/osdn-tickets-rss.yml b/.github/workflows/osdn-tickets-rss.yml
new file mode 100644 (file)
index 0000000..088bf05
--- /dev/null
@@ -0,0 +1,19 @@
+name: osdn-tickets-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://osdn.net/ticket/list_rss.php?group_id=13117"
+          prefix: "[OSDN]"
+          characterLimit: "10000"
+          dry-run: "false"
+          lastTime: "92h"
+          labels: "auto_OSDN-tickets"