[READ-ONLY] Mirror of https://github.com/bombshell-dev/tools. Internal CLI to standardize tooling across all Bombshell projects
Something went wrong. Try again.
YAML
123456789101112131415161718192021name: Format
on: workflow_dispatch: push: branches: - main
permissions: {}
jobs: format: if: github.repository_owner == 'bombshell-dev' uses: bombshell-dev/automation/.github/workflows/format.yml@3a8b4a38fe464b0b51d14962ae416a169517fba9 # main as of 2026-05-13 secrets: BOT_APP_ID: ${{ secrets.BOT_APP_ID }} BOT_PRIVATE_KEY: ${{ secrets.BOT_PRIVATE_KEY }} permissions: contents: write pull-requests: write