mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
adjust workflows to add to review label automatically
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
7cb12f7893
commit
608fea6460
6 changed files with 7 additions and 6 deletions
2
.github/workflows/dependency-updates.yml
vendored
2
.github/workflows/dependency-updates.yml
vendored
|
|
@ -50,6 +50,6 @@ jobs:
|
||||||
signoff: true
|
signoff: true
|
||||||
title: Dependency updates
|
title: Dependency updates
|
||||||
body: Automated dependency updates since dependabot does not support grouped updates
|
body: Automated dependency updates since dependabot does not support grouped updates
|
||||||
labels: dependencies, enhancement
|
labels: dependencies, 3. to review
|
||||||
milestone: next
|
milestone: next
|
||||||
branch: aio-dependency-update
|
branch: aio-dependency-update
|
||||||
|
|
|
||||||
2
.github/workflows/imaginary-update.yml
vendored
2
.github/workflows/imaginary-update.yml
vendored
|
|
@ -28,6 +28,6 @@ jobs:
|
||||||
signoff: true
|
signoff: true
|
||||||
title: Imaginary update
|
title: Imaginary update
|
||||||
body: Automated Imaginary container update
|
body: Automated Imaginary container update
|
||||||
labels: dependencies, enhancement
|
labels: dependencies, 3. to review
|
||||||
milestone: next
|
milestone: next
|
||||||
branch: imaginary-container-update
|
branch: imaginary-container-update
|
||||||
|
|
|
||||||
2
.github/workflows/nextcloud-update.yml
vendored
2
.github/workflows/nextcloud-update.yml
vendored
|
|
@ -72,6 +72,6 @@ jobs:
|
||||||
signoff: true
|
signoff: true
|
||||||
title: Nextcloud update
|
title: Nextcloud update
|
||||||
body: Automated Nextcloud container update
|
body: Automated Nextcloud container update
|
||||||
labels: dependencies, enhancement
|
labels: dependencies, 3. to review
|
||||||
milestone: next
|
milestone: next
|
||||||
branch: nextcloud-container-update
|
branch: nextcloud-container-update
|
||||||
|
|
|
||||||
3
.github/workflows/psalm-update-baseline.yml
vendored
3
.github/workflows/psalm-update-baseline.yml
vendored
|
|
@ -42,7 +42,8 @@ jobs:
|
||||||
# Make sure we can open multiple PRs
|
# Make sure we can open multiple PRs
|
||||||
branch-suffix: timestamp
|
branch-suffix: timestamp
|
||||||
title: '[Automated] Update psalm-baseline.xml'
|
title: '[Automated] Update psalm-baseline.xml'
|
||||||
|
milestone: next
|
||||||
body: |
|
body: |
|
||||||
Auto-generated update psalm-baseline.xml with fixed psalm warnings
|
Auto-generated update psalm-baseline.xml with fixed psalm warnings
|
||||||
labels: |
|
labels: |
|
||||||
3. to review
|
3. to review, dependencies
|
||||||
|
|
|
||||||
2
.github/workflows/update-helm.yml
vendored
2
.github/workflows/update-helm.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
signoff: true
|
signoff: true
|
||||||
title: Helm Chart updates
|
title: Helm Chart updates
|
||||||
body: Automated Helm Chart updates for the yaml files. It can be merged if it looks good at any time which will automatically trigger a new release of the helm chart.
|
body: Automated Helm Chart updates for the yaml files. It can be merged if it looks good at any time which will automatically trigger a new release of the helm chart.
|
||||||
labels: dependencies
|
labels: dependencies, 3. to review
|
||||||
milestone: next
|
milestone: next
|
||||||
branch: aio-helm-update
|
branch: aio-helm-update
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
2
.github/workflows/update-yaml.yml
vendored
2
.github/workflows/update-yaml.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
signoff: true
|
signoff: true
|
||||||
title: Yaml updates
|
title: Yaml updates
|
||||||
body: Automated yaml updates for the docker-compose files. Should only be merged shortly before the next latest release.
|
body: Automated yaml updates for the docker-compose files. Should only be merged shortly before the next latest release.
|
||||||
labels: dependencies
|
labels: dependencies, 3. to review
|
||||||
milestone: next
|
milestone: next
|
||||||
branch: aio-yaml-update
|
branch: aio-yaml-update
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue