From 608fea646048b5acf90f70fc204f9b34b6ebeebf Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 27 Apr 2023 15:16:58 +0200 Subject: [PATCH] adjust workflows to add to review label automatically Signed-off-by: Simon L --- .github/workflows/dependency-updates.yml | 2 +- .github/workflows/imaginary-update.yml | 2 +- .github/workflows/nextcloud-update.yml | 2 +- .github/workflows/psalm-update-baseline.yml | 3 ++- .github/workflows/update-helm.yml | 2 +- .github/workflows/update-yaml.yml | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml index 3b466f39..9ce168d6 100644 --- a/.github/workflows/dependency-updates.yml +++ b/.github/workflows/dependency-updates.yml @@ -50,6 +50,6 @@ jobs: signoff: true title: Dependency updates body: Automated dependency updates since dependabot does not support grouped updates - labels: dependencies, enhancement + labels: dependencies, 3. to review milestone: next branch: aio-dependency-update diff --git a/.github/workflows/imaginary-update.yml b/.github/workflows/imaginary-update.yml index 12bd9e86..61148c98 100644 --- a/.github/workflows/imaginary-update.yml +++ b/.github/workflows/imaginary-update.yml @@ -28,6 +28,6 @@ jobs: signoff: true title: Imaginary update body: Automated Imaginary container update - labels: dependencies, enhancement + labels: dependencies, 3. to review milestone: next branch: imaginary-container-update diff --git a/.github/workflows/nextcloud-update.yml b/.github/workflows/nextcloud-update.yml index b61eda85..92e19827 100644 --- a/.github/workflows/nextcloud-update.yml +++ b/.github/workflows/nextcloud-update.yml @@ -72,6 +72,6 @@ jobs: signoff: true title: Nextcloud update body: Automated Nextcloud container update - labels: dependencies, enhancement + labels: dependencies, 3. to review milestone: next branch: nextcloud-container-update diff --git a/.github/workflows/psalm-update-baseline.yml b/.github/workflows/psalm-update-baseline.yml index 35e87561..e565bdd0 100644 --- a/.github/workflows/psalm-update-baseline.yml +++ b/.github/workflows/psalm-update-baseline.yml @@ -42,7 +42,8 @@ jobs: # Make sure we can open multiple PRs branch-suffix: timestamp title: '[Automated] Update psalm-baseline.xml' + milestone: next body: | Auto-generated update psalm-baseline.xml with fixed psalm warnings labels: | - 3. to review \ No newline at end of file + 3. to review, dependencies diff --git a/.github/workflows/update-helm.yml b/.github/workflows/update-helm.yml index 45dc9139..41a04c98 100644 --- a/.github/workflows/update-helm.yml +++ b/.github/workflows/update-helm.yml @@ -27,7 +27,7 @@ jobs: signoff: true 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. - labels: dependencies + labels: dependencies, 3. to review milestone: next branch: aio-helm-update token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/update-yaml.yml b/.github/workflows/update-yaml.yml index 0d479b06..fe41e058 100644 --- a/.github/workflows/update-yaml.yml +++ b/.github/workflows/update-yaml.yml @@ -22,7 +22,7 @@ jobs: signoff: true title: Yaml updates 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 branch: aio-yaml-update token: ${{ secrets.GITHUB_TOKEN }}