From 525de4abc057affb814902c8c082ffc262069753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20T=C3=BCrken?= Date: Mon, 15 Apr 2024 16:44:18 +0300 Subject: [PATCH] Remove description of workflows from README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fatih Türken --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 1a88631..7c14763 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,6 @@ This repository is also the home of the Upbound official providers reusable work - `.github/workflows/provider-publish-service-artifacts.yml`: A reusable workflow for building the official provider families and pushing their packages to the Upbound registry. - `.github/workflows/native-provider-bump.yml`: A reusable workflow for bumping the underlying Terraform provider versions of upjet-based official providers. - `.github/workflows/provider-backport.yml`: A reusable workflow for opening backport PRs in the specified release branches by inspecting the labels on merged PRs. -- `.github/workflows/issue-triage.yml`: A reusable workflow for identifying and labeling issues opened by the community. -- `.github/workflows/pr-triage.yml`: A reusable workflow for identifying and labeling pull requests opened by the community. - `.github/workflows/provider-tag.yml`: A reusable workflow for tagging commits in the release process. - `.github/workflows/provider-updoc.yml`: A reusable workflow for running `updoc` and publishing the provider documentation to the [Upbound marketplace](https://marketplace.upbound.io/providers). - `.github/workflows/scan.yml`: A reusable workflow for running [Trivy](https://trivy.dev) scans in the official provider repositories.