Skip to content

watch-releases

watch-releases #393

name: watch-releases
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: "37 4 * * *" # run every day at 4:37am UTC
jobs:
watch-releases:
strategy:
matrix:
project:
- vc60er/deptree
- chmouel/kss
- openshift-pipelines/pipelines-as-code
runs-on: ubuntu-latest
if: github.repository_owner == 'vdemeester'
steps:
- name: ${{ matrix.project }}
uses: git-for-windows/rss-to-issues@44ef58301d5c8257c00e3ae0a233d9659a5e0f4f # v0.0.6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
feed: https://github.com/${{ matrix.project }}/releases.atom
prefix: "[${{ matrix.project }}]"
dry-run: false
max-age: 72h