Skip to content

Add workspace PR rebase abilities #6

Add workspace PR rebase abilities

Add workspace PR rebase abilities #6

Workflow file for this run

name: Homeboy
on:
pull_request:
branches: [main]
push:
branches: [main]
tags: ['v*']
workflow_dispatch:
concurrency:
group: homeboy-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
permissions:
contents: write
pull-requests: write
issues: write
jobs:
homeboy:
uses: Extra-Chill/homeboy-action/.github/workflows/ci.yml@v2
with:
commands: audit,lint,test
expected-commands: audit,lint,test
autofix: 'false'
secrets: inherit