Skip to content

Create Github issue on new redmine releases #405

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jun 27, 2024
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"
Loading