OSDN Git Service

Update osdn-tickets-rss.yml
[commentgenerator-electron/CommentGenerator-Electron.git] / .github / workflows / osdn-tickets-rss.yml
1 name: OSDN-tickets
2
3 on:
4   workflow_dispatch:
5   schedule:
6     - cron: "0 * * * *"
7
8 jobs:
9   gke-release:
10     runs-on: ubuntu-latest
11     steps:
12       - uses: guilhem/rss-issues-action@0.2.0
13         with:
14           repo-token: ${{ secrets.GITHUB_TOKEN }}
15           feed: "https://osdn.net/ticket/list_rss.php?group_id=13117"
16           prefix: "[OSDN]"
17           characterLimit: "10000"
18           dry-run: "false"
19           lastTime: "92h"
20           labels: "auto_OSDN-tickets"