Add team-reviewers and fix text

Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
Michel Hollands 2024-04-16 08:57:30 +01:00
parent 0832bc8e8f
commit 8dde9642c9

View File

@ -17,7 +17,7 @@ env:
jobs: jobs:
updateLoki: updateLoki:
name: Update loki subchart name: Update the Loki subchart
runs-on: "ubuntu-latest" runs-on: "ubuntu-latest"
steps: steps:
- name: Checkout - name: Checkout
@ -38,8 +38,8 @@ jobs:
if: steps.update-loki.outputs.changed == 'true' if: steps.update-loki.outputs.changed == 'true'
uses: peter-evans/create-pull-request@v5 uses: peter-evans/create-pull-request@v5
with: with:
title: "[dependency] Update loki" title: "[dependency] Update the Loki subchart"
body: "Updates the loki subchart" body: "Updates the Loki subchart"
base: main base: main
author: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>" author: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
committer: "GitHub <noreply@github.com>" committer: "GitHub <noreply@github.com>"
@ -47,9 +47,10 @@ jobs:
labels: dependencies labels: dependencies
branch: chore/update-loki branch: chore/update-loki
delete-branch: true delete-branch: true
team-reviewers: loki-team
updateGrafanaAlloy: updateGrafanaAlloy:
name: Update Grafana Alloy subchart name: Update the Grafana Alloy subchart
runs-on: "ubuntu-latest" runs-on: "ubuntu-latest"
steps: steps:
- name: Checkout - name: Checkout
@ -70,7 +71,7 @@ jobs:
if: steps.update-grafana-alloy.outputs.changed == 'true' if: steps.update-grafana-alloy.outputs.changed == 'true'
uses: peter-evans/create-pull-request@v5 uses: peter-evans/create-pull-request@v5
with: with:
title: "[dependency] Update Grafana Alloy" title: "[dependency] Update the Grafana Alloy subchart"
body: "Updates the Grafana Alloy subchart" body: "Updates the Grafana Alloy subchart"
base: main base: main
author: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>" author: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
@ -79,9 +80,10 @@ jobs:
labels: dependencies labels: dependencies
branch: chore/update-grafana-alloy branch: chore/update-grafana-alloy
delete-branch: true delete-branch: true
team-reviewers: loki-team
updateMimirDistributed: updateMimirDistributed:
name: Update Mimir Distributed subchart name: Update the Mimir Distributed subchart
runs-on: "ubuntu-latest" runs-on: "ubuntu-latest"
steps: steps:
- name: Checkout - name: Checkout
@ -102,7 +104,7 @@ jobs:
if: steps.update-mimir-distributed.outputs.changed == 'true' if: steps.update-mimir-distributed.outputs.changed == 'true'
uses: peter-evans/create-pull-request@v5 uses: peter-evans/create-pull-request@v5
with: with:
title: "[dependency] Update Mimir Distributed" title: "[dependency] Update the Mimir Distributed subchart"
body: "Updates the Mimir Distributed subchart" body: "Updates the Mimir Distributed subchart"
base: main base: main
author: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>" author: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
@ -111,9 +113,10 @@ jobs:
labels: dependencies labels: dependencies
branch: chore/update-mimir-distributed branch: chore/update-mimir-distributed
delete-branch: true delete-branch: true
team-reviewers: loki-team
updateTempoDistributed: updateTempoDistributed:
name: Update Tempo Distributed subchart name: Update the Tempo Distributed subchart
runs-on: "ubuntu-latest" runs-on: "ubuntu-latest"
steps: steps:
- name: Checkout - name: Checkout
@ -134,7 +137,7 @@ jobs:
if: steps.update-tempo-distributed.outputs.changed == 'true' if: steps.update-tempo-distributed.outputs.changed == 'true'
uses: peter-evans/create-pull-request@v5 uses: peter-evans/create-pull-request@v5
with: with:
title: "[dependency] Update tempo Distributed" title: "[dependency] Update the Tempo Distributed subchart"
body: "Updates the tempo Distributed subchart" body: "Updates the tempo Distributed subchart"
base: main base: main
author: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>" author: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
@ -143,10 +146,10 @@ jobs:
labels: dependencies labels: dependencies
branch: chore/update-tempo-distributed branch: chore/update-tempo-distributed
delete-branch: true delete-branch: true
team-reviewers: loki-team
updateMinio: updateMinio:
name: Update minio subchart name: Update the Minio subchart
runs-on: "ubuntu-latest" runs-on: "ubuntu-latest"
steps: steps:
- name: Checkout - name: Checkout
@ -167,8 +170,8 @@ jobs:
if: steps.update-minio.outputs.changed == 'true' if: steps.update-minio.outputs.changed == 'true'
uses: peter-evans/create-pull-request@v5 uses: peter-evans/create-pull-request@v5
with: with:
title: "[dependency] Update minio" title: "[dependency] Update the Minio subchart"
body: "Updates the minio subchart" body: "Updates the Minio subchart"
base: main base: main
author: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>" author: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
committer: "GitHub <noreply@github.com>" committer: "GitHub <noreply@github.com>"
@ -176,3 +179,4 @@ jobs:
labels: dependencies labels: dependencies
branch: chore/update-minio branch: chore/update-minio
delete-branch: true delete-branch: true
team-reviewers: loki-team