1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zwave-js-ui_ynh.git synced 2024-09-03 18:06:00 +02:00

Merge branch 'master' into set-auto-updater

This commit is contained in:
Krakinou 2022-12-17 13:42:52 +01:00 committed by GitHub
commit a9ef1d2a0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,10 +7,8 @@ on:
# Allow to manually trigger the workflow
workflow_dispatch:
# Run it every day at 6:00 UTC
# schedule:
# - cron: '0 6 * * *'
schedule:
- cron: '*/5 * * * *'
- cron: '0 6 * * *'
jobs:
updater:
runs-on: ubuntu-latest
@ -42,10 +40,11 @@ jobs:
committer: 'yunohost-bot <yunohost-bot@users.noreply.github.com>'
author: 'yunohost-bot <yunohost-bot@users.noreply.github.com>'
signoff: false
branch: ci-auto-update-v${{ env.VERSION }}
base: testing
branch: ci-auto-update-v${{ env.VERSION }}
delete-branch: true
title: 'Upgrade to version ${{ env.VERSION }}'
body: |
Upgrade to v${{ env.VERSION }}
[See upstream release page](https://github.com/${{ env.REPO }}/releases/tag/v${{ env.VERSION }})
draft: false