Skip to content

Commit

Permalink
Merge pull request #405 from Art4/create-issue-on-new-redmine-releases
Browse files Browse the repository at this point in the history
Create Github issue on new redmine releases
  • Loading branch information
Art4 authored Jun 27, 2024
2 parents ca87f14 + 81ca999 commit 07d09e0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/check-for-releases.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Check for new Redmine releases

on:
workflow_dispatch:
schedule:
# Run this Action every day a 5:37am UTC
- cron: "37 5 * * *"

jobs:
redmine-release:
name: Check for Redmine updates
runs-on: ubuntu-latest

steps:
- name: Check for updates
uses: git-for-windows/rss-to-issues@v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
feed: https://www.redmine.org/projects/redmine/news.atom
prefix: "Update the Behat tests: "
#character-limit: 255
dry-run: false
max-age: 72h
labels: "enhancement"

0 comments on commit 07d09e0

Please sign in to comment.