name: Codex Semver Fix
on:
pull_request:
branches:
workflow_dispatch:
inputs:
branch:
description: "Branch to scan and patch (only for manual run)"
required: false
default: ""
permissions:
contents: write
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
semver-fix:
uses: greenticai/.github/.github/workflows/codex-semver-fix.yml@main
with:
branch: ${{ github.event.inputs.branch || '' }}
rust-version: 1.95.0
secrets: inherit