Skip to content

STATUS.md is stale: it predates the App identity, the Actions runtime, and v0.1.3 #3

STATUS.md is stale: it predates the App identity, the Actions runtime, and v0.1.3

STATUS.md is stale: it predates the App identity, the Actions runtime, and v0.1.3 #3

name: simplycubed-caller
on:
issues:
types: [labeled]
pull_request_review:
types: [submitted]
jobs:
run:
if: ${{ github.event_name == 'issues' && github.event.label.name == 'sc:go' }}
uses: simplycubed/code/.github/workflows/simplycubed.yml@v0.1.3
with:
ref: ${{ github.event.issue.number }}
github-app-id: ${{ vars.SIMPLYCUBED_GH_APP_ID }}
issue-number: ${{ github.event.issue.number }}
actor-login: ${{ github.event.sender.login }}
azure-openai-endpoint: ${{ vars.AZURE_OPENAI_ENDPOINT }}
# model: my-gpt-5-4-deployment
secrets:
azure-openai-api-key: ${{ secrets.AZURE_OPENAI_API_KEY }}
github-app-private-key: ${{ secrets.SIMPLYCUBED_GH_APP_PRIVATE_KEY }}
address:
if: ${{ github.event_name == 'pull_request_review' }}
uses: simplycubed/code/.github/workflows/simplycubed.yml@v0.1.3
with:
ref: ${{ github.event.pull_request.number }}
github-app-id: ${{ vars.SIMPLYCUBED_GH_APP_ID }}
pr-number: ${{ github.event.pull_request.number }}
actor-login: ${{ github.event.review.user.login }}
azure-openai-endpoint: ${{ vars.AZURE_OPENAI_ENDPOINT }}
# model: my-gpt-5-4-deployment
secrets:
azure-openai-api-key: ${{ secrets.AZURE_OPENAI_API_KEY }}
github-app-private-key: ${{ secrets.SIMPLYCUBED_GH_APP_PRIVATE_KEY }}