Closed prudhvigodithi closed 1 month ago
From list https://github.com/orgs/opensearch-project/repositories?q=visibility%3Apublic+archived%3Afalse, add opensearch-project-resource.yml with public repos and which are not archived.
opensearch-project-resource.yml
Modify the index name to github-pulls-ci-workflow-runs-* in github-merged-pulls-monitor.ts.
github-pulls-ci-workflow-runs-*
github-merged-pulls-monitor.ts
As suggested by @peterzhuamazon add diff-search: true to check-version-bump.yml.
diff-search: true
check-version-bump.yml
Used: gh repo list opensearch-project --limit 1000 --json name,url,isArchived,isPrivate | jq -r '.[] | select(.isArchived == false and .isPrivate == false) | "\(.name)"'
gh repo list opensearch-project --limit 1000 --json name,url,isArchived,isPrivate | jq -r '.[] | select(.isArchived == false and .isPrivate == false) | "\(.name)"'
Part of https://github.com/opensearch-project/opensearch-build/issues/4941
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.
Description
From list https://github.com/orgs/opensearch-project/repositories?q=visibility%3Apublic+archived%3Afalse, add
opensearch-project-resource.yml
with public repos and which are not archived.Modify the index name to
github-pulls-ci-workflow-runs-*
ingithub-merged-pulls-monitor.ts
.As suggested by @peterzhuamazon add
diff-search: true
tocheck-version-bump.yml
.Used:
gh repo list opensearch-project --limit 1000 --json name,url,isArchived,isPrivate | jq -r '.[] | select(.isArchived == false and .isPrivate == false) | "\(.name)"'
Issues Resolved
Part of https://github.com/opensearch-project/opensearch-build/issues/4941
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.