Skip to content

Commit

Permalink
upkeep: new workflows and fetch-lib (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabello authored Aug 23, 2023
1 parent f92b64e commit 9bb0f2f
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 67 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: cos-proxy
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: 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ convention = "google"
[tool.pyright]
extraPaths = ["lib"]
pythonVersion = "3.8"
pythonPlatfrom = "Linux"
pythonPlatfrom = "All"

[tool.pytest.ini_options]
minversion = "6.0"
Expand Down

0 comments on commit 9bb0f2f

Please sign in to comment.