Merge pull request #62 from grafana/use_loki_squad

Use loki-squad, run later
This commit is contained in:
Michel Hollands 2024-04-16 09:07:26 +01:00 committed by GitHub
commit d04d74cc26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
# Run once a day # Run once a day
- cron: '0 0 * * *' - cron: '0 7 * * *'
permissions: permissions:
contents: "write" contents: "write"
@ -47,7 +47,7 @@ jobs:
labels: dependencies labels: dependencies
branch: chore/update-loki branch: chore/update-loki
delete-branch: true delete-branch: true
team-reviewers: loki-team team-reviewers: loki-squad
updateGrafanaAlloy: updateGrafanaAlloy:
name: Update the Grafana Alloy subchart name: Update the Grafana Alloy subchart
@ -80,7 +80,7 @@ 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 team-reviewers: loki-squad
updateMimirDistributed: updateMimirDistributed:
name: Update the Mimir Distributed subchart name: Update the Mimir Distributed subchart
@ -113,7 +113,7 @@ 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 team-reviewers: loki-squad
updateTempoDistributed: updateTempoDistributed:
name: Update the Tempo Distributed subchart name: Update the Tempo Distributed subchart
@ -146,7 +146,7 @@ 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 team-reviewers: loki-squad
updateMinio: updateMinio:
name: Update the Minio subchart name: Update the Minio subchart
@ -179,4 +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 team-reviewers: loki-squad