Skip to content

Commit

Permalink
[CI] Update labels for doc issue creation workflow (#1789)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
kavilla authored Jun 23, 2022
1 parent 7c8eee4 commit 8b7ed4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_doc_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 8b7ed4c

Please sign in to comment.