Skip to content

Commit

Permalink
.github/workflows: add opm to the watch releases
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
  • Loading branch information
vdemeester committed Oct 20, 2023
1 parent 5145359 commit eb2b706
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/watch-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,25 @@ on:
- cron: "37 4 * * *" # run every day at 4:37am UTC

jobs:
refresh-packages:
watch-releases:
runs-on: ubuntu-latest
if: github.repository_owner == 'vdemeester'
steps:
- uses: git-for-windows/rss-to-issues@v0
- name: operator-sdk
uses: git-for-windows/rss-to-issues@v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
feed: https://github.com/operator-framework/operator-sdk/releases.atom
prefix: "[operator-sdk]"
character-limit: 255
dry-run: false
# max-age: 48h
max-age: 72h
- name: opm
uses: git-for-windows/rss-to-issues@v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
feed: https://github.com/operator-framework/operator-registry/releases.atom
prefix: "[opm]"
character-limit: 255
dry-run: false
max-age: 72h

0 comments on commit eb2b706

Please sign in to comment.