You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed docs/docs directory path failure. We need to go from docs/dashboards upwards two levels, so replaced with `cd ../..`.
Fixed a potential issue with CODEOWNERS file being empty. We check for its existence and only add the option if the file exists.
BODY="Automated update of the OpenSearch Dashboards docs submodule to commit [\`${{ github.sha }}\`](https://github.com/canonical/opensearch-dashboards-operator/commit/${{ github.sha }})."
87
90
91
+
REVIEWER_FLAG=""
92
+
if [[ -n "${{ steps.get-reviewers.outputs.REVIEWERS }}" ]]; then
0 commit comments