Skip to content

fix(release): Build packages before release #19

fix(release): Build packages before release

fix(release): Build packages before release #19

Workflow file for this run

---
name: Auto approve for owner
on:
pull_request:
types: [opened, reopened]
jobs:
approve:
if: github.actor == github.repository_owner
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}