Skip to content

Commit

Permalink
Merge branch 'main' into mimir-s3
Browse files Browse the repository at this point in the history
  • Loading branch information
IbraAoad authored Jan 4, 2024
2 parents e63e7ae + a5de1ab commit 8ea88ca
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 79 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/issues.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Issues

on: [issues]

jobs:
update:
name: Update Issue
uses: canonical/observability/.github/workflows/issues.yaml@main
secrets: inherit
with:
component: mimir-coordinator
53 changes: 0 additions & 53 deletions .github/workflows/issues.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
promote:
name: Promote
uses: canonical/observability/.github/workflows/promote-charm.yaml@main
uses: canonical/observability/.github/workflows/charm-promote.yaml@main
with:
promotion: ${{ github.event.inputs.promotion }}
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:
jobs:
pull-request:
name: PR
uses: canonical/observability/.github/workflows/pull-request.yaml@main
uses: canonical/observability/.github/workflows/charm-pull-request.yaml@main
secrets: inherit
11 changes: 0 additions & 11 deletions .github/workflows/release-edge.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/workflows/release-libs.yaml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Release Charm to Edge and Publish Libraries

on:
push:
branches:
- main

jobs:
release:
uses: canonical/observability/.github/workflows/charm-release.yaml@main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/update-libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ on:
jobs:
update-lib:
name: Check libraries
uses: canonical/observability/.github/workflows/update-libs.yaml@main
uses: canonical/observability/.github/workflows/charm-update-libs.yaml@main
secrets: inherit

2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @abuelodelanada @dstathis @lucabello @pietropasotti @sed-i @simskij
* @abuelodelanada @dstathis @IbraAoad @lucabello @mmkay @pietropasotti @sed-i @simskij

0 comments on commit 8ea88ca

Please sign in to comment.