From 56683d2aa09a1df7d39447ee2ac456a4f20c6cce Mon Sep 17 00:00:00 2001 From: Joey Orlando Date: Thu, 13 Jun 2024 16:25:04 -0400 Subject: [PATCH] add release:ignore to update make docs procedure PRs --- .github/workflows/update-make-docs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-make-docs.yml b/.github/workflows/update-make-docs.yml index 3e69b710..bde39d31 100644 --- a/.github/workflows/update-make-docs.yml +++ b/.github/workflows/update-make-docs.yml @@ -11,3 +11,5 @@ jobs: steps: - uses: actions/checkout@v4 - uses: grafana/writers-toolkit/update-make-docs@update-make-docs/v1 + with: + pr_options: --label "release:ignore"