{"id":20252998,"url":"https://github.com/mariadb-operator/openshift-operator-pr","last_synced_at":"2026-05-27T23:31:41.239Z","repository":{"id":248716703,"uuid":"829469153","full_name":"mariadb-operator/openshift-operator-pr","owner":"mariadb-operator","description":"⛑️ GitHub action to submit PRs to OpenShift operator repositories","archived":false,"fork":false,"pushed_at":"2024-07-17T09:37:07.000Z","size":351,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-03T10:49:37.694Z","etag":null,"topics":["github-action","kubernetes","kubernetes-operator","olm","olm-operators","openshift","openshift-operator","operator","pull-request"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mariadb-operator.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-16T13:43:26.000Z","updated_at":"2024-07-17T09:35:45.000Z","dependencies_parsed_at":"2025-03-03T16:53:57.322Z","dependency_job_id":null,"html_url":"https://github.com/mariadb-operator/openshift-operator-pr","commit_stats":null,"previous_names":["mariadb-operator/openshift-operator-pr"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/mariadb-operator/openshift-operator-pr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariadb-operator%2Fopenshift-operator-pr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariadb-operator%2Fopenshift-operator-pr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariadb-operator%2Fopenshift-operator-pr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariadb-operator%2Fopenshift-operator-pr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mariadb-operator","download_url":"https://codeload.github.com/mariadb-operator/openshift-operator-pr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariadb-operator%2Fopenshift-operator-pr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33588345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-action","kubernetes","kubernetes-operator","olm","olm-operators","openshift","openshift-operator","operator","pull-request"],"created_at":"2024-11-14T10:20:37.883Z","updated_at":"2026-05-27T23:31:41.222Z","avatar_url":"https://github.com/mariadb-operator.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⛑️ openshift-operator-pr\n\n[![CI](https://github.com/mariadb-operator/openshift-operator-pr/actions/workflows/ci.yaml/badge.svg)](https://github.com/mariadb-operator/openshift-operator-pr/actions/workflows/ci.yaml)\n\nGitHub action to submit PRs to OpenShift operator repositories.\n\n### Operator repositories\n\n- [k8s-operatorhub/community-operators](https://github.com/k8s-operatorhub/community-operators)\n- [redhat-openshift-ecosystem/community-operators-prod](https://github.com/redhat-openshift-ecosystem/community-operators-prod)\n- [redhat-openshift-ecosystem/certified-operators](https://github.com/redhat-openshift-ecosystem/certified-operators)\n\n### Before using this action\n\n- Fork the [operator repositories](#operator-repositories) you are willing to submit your operator to.\n- Get a GitHub PAT with write access to the previous repo.\n\n### Usage\n\n```yaml\nname: Release\n\non:\n  push:\n    tags:\n      - \"*\"\n\njobs:\n  operator-pr:\n    name: Version\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v4\n        with:\n          fetch-depth: 0\n\n      - name: Fetch tags\n        run: git fetch --force --tags\n\n      - name: Get Version\n        id: version\n        run: |\n          VERSION=sha-${GITHUB_SHA::8}\n          if [[ $GITHUB_REF == refs/tags/* ]]; then\n            VERSION=${GITHUB_REF/refs\\/tags\\//}\n          fi\n          echo ::set-output name=version::${VERSION}\n\n      # TODO:\n      # - Generate bundle\n      # - Push bundle image to a registry\n\n      - name: Operator PR\n        uses: mariadb-operator/openshift-operator-pr@v1\n        env:\n          GITHUB_TOKEN: \"${{ secrets.GITHUB_TOKEN }}\"\n        with:\n          name: \"mariadb-operator\"\n          version: \"${{ steps.version.outputs.version }}\"\n          fork-repo-name: \"mariadb-operator/community-operators\"\n          upstream-repo-name: \"k8s-operatorhub/community-operators\"\n          bundle-path-dir: \"deploy/olm\"\n          ci-path-file: \"deploy/olm/ci.yaml\"\n          user-name: \"Martin Montes\"\n          user-email: \"martin11lrx@gmail.com\"\n```\n\n\u003e [!NOTE]  \n\u003e The paths provided in the previous example match the manifests available in the current repository.\n\n### Example PRs\n\n- https://github.com/redhat-openshift-ecosystem/certified-operators/pull/4154","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariadb-operator%2Fopenshift-operator-pr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmariadb-operator%2Fopenshift-operator-pr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariadb-operator%2Fopenshift-operator-pr/lists"}