From de476846af63fa2b4471e63e114e94f3b8983c10 Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Tue, 8 Oct 2024 14:07:00 +0100 Subject: [PATCH] Remove "Add to docs project" workflow (#5135) There's now a centralized workflow running in Writers' Toolkit that adds issues from all repositories which removes the need to proliferate per-repository workflows. --------- Co-authored-by: Joey Orlando Co-authored-by: GitHub Actions Co-authored-by: Joey Orlando Co-authored-by: Matias Bordese Co-authored-by: Vadim Stepanov Co-authored-by: Dominik Broj Co-authored-by: Michael Derynck Co-authored-by: Yulya Artyukhina Co-authored-by: Innokentii Konstantinov Co-authored-by: Ildar Iskhakov Co-authored-by: grafana-irm-app[bot] <165293418+grafana-irm-app[bot]@users.noreply.github.com> --- .github/workflows/add-to-docs-project.yml | 15 --------------- helm/oncall/Chart.yaml | 4 ++-- 2 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 .github/workflows/add-to-docs-project.yml diff --git a/.github/workflows/add-to-docs-project.yml b/.github/workflows/add-to-docs-project.yml deleted file mode 100644 index 56f57ed9..00000000 --- a/.github/workflows/add-to-docs-project.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Add to docs project -on: - issues: - types: [labeled] - pull_request: - types: [labeled] -jobs: - main: - if: ${{ github.event.label.name == 'type/docs' }} - permissions: - contents: read - id-token: write - runs-on: ubuntu-latest - steps: - - uses: grafana/writers-toolkit/add-to-docs-project@add-to-docs-project/v1 diff --git a/helm/oncall/Chart.yaml b/helm/oncall/Chart.yaml index 1362b782..0dc048d4 100644 --- a/helm/oncall/Chart.yaml +++ b/helm/oncall/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: oncall description: Developer-friendly incident response with brilliant Slack integration type: application -version: 1.9.29 -appVersion: v1.9.29 +version: 1.10.2 +appVersion: v1.10.2 dependencies: - name: cert-manager version: v1.8.0