Skip to content

wip: marketplace action #2

wip: marketplace action

wip: marketplace action #2

Workflow file for this run

name: "Bumpgen (core)"
on:
pull_request:
types:
- opened
permissions:
pull-requests: read
jobs:
main:
name: Run Bumpgen
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Setup
uses: ./tooling/github/setup
- name: Bumpgen
uses: action.yml
with:
path: "./packages/core/"
llm_key: ${{ secrets.LLM_API_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}