opensearch-project / automation-app

🤖 An automation app to handle the daily activities of your GitHub Repository.
Apache License 2.0
1 stars 4 forks source link

Add `opensearch-project-resource.yml` #15

Closed prudhvigodithi closed 1 month ago

prudhvigodithi commented 1 month ago

Description

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.