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:
commit
a9ef1d2a0e
1 changed files with 3 additions and 4 deletions
7
.github/workflows/updater.yml
vendored
7
.github/workflows/updater.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue