From 19eb856dd03542575698d71eb92fcb986105f471 Mon Sep 17 00:00:00 2001 From: Kawika Avilla Date: Thu, 23 Jun 2022 20:50:58 +0000 Subject: [PATCH] [CI] Update labels for doc issue creation workflow Example: https://github.com/opensearch-project/OpenSearch-Dashboards/runs/7015324767?check_suite_focus=true If we checkout the run, we can see the run fails with: `Resource not accessible by integration` Which I believe because the `documentation` label is not available in the doc repo. So instead of creating a `documentation` label which seems redudant for a doc repo issue, we should use `dashboards` because it exists and makes it more specific for the doc repo maintainers. Issue: n/a Signed-off-by: Kawika Avilla --- .github/workflows/create_doc_issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_doc_issue.yml b/.github/workflows/create_doc_issue.yml index 808af0029a10..299aa576b3bc 100644 --- a/.github/workflows/create_doc_issue.yml +++ b/.github/workflows/create_doc_issue.yml @@ -34,7 +34,7 @@ jobs: with: title: Add documentation related to new feature content-filepath: ./.github/doc_issue_template.md - labels: documentation + labels: dashboards repository: opensearch-project/documentation-website token: ${{ steps.github_app_token.outputs.token }}