diff --git a/.github/workflows/comment_contributing.yaml b/.github/workflows/comment_contributing.yaml new file mode 100644 index 0000000..c51f873 --- /dev/null +++ b/.github/workflows/comment_contributing.yaml @@ -0,0 +1,13 @@ +name: Comment on the pull request + +on: + pull_request: + types: + - opened + branches: + - 'track/**' + +jobs: + comment-on-pr: + uses: canonical/operator-workflows/.github/workflows/comment_contributing.yaml@main + secrets: inherit diff --git a/.github/workflows/publish_charm.yaml b/.github/workflows/publish_charm.yaml index fef8d92..a84cba1 100644 --- a/.github/workflows/publish_charm.yaml +++ b/.github/workflows/publish_charm.yaml @@ -1,19 +1,12 @@ name: Publish to edge -# On push to the main branch, the workflow will: -# * draft publish docs if the docs directory exists -# * publish resource images -# * publish charm to latest/edge channel - on: - workflow_dispatch: push: branches: - main + - track/* jobs: publish-to-edge: uses: canonical/operator-workflows/.github/workflows/publish_charm.yaml@main secrets: inherit - with: - channel: latest/edge diff --git a/.trivyignore b/.trivyignore index 6c9632d..e15ce12 100644 --- a/.trivyignore +++ b/.trivyignore @@ -1 +1,2 @@ CVE-2023-45288 +CVE-2024-24790