Skip to content

Leverage "bump-after-update" #5

Leverage "bump-after-update"

Leverage "bump-after-update" #5

name: Sync repository description
on:
workflow_dispatch: ~
push:
branches: ['main', '*.*.x']
paths:
- composer.json
jobs:
sync-repo-description:
if: github.ref_name == github.event.repository.default_branch
uses: typhoon-php/.github/.github/workflows/sync-repo-description.yml@main
secrets:
pat: ${{ secrets.TYPHOON_REPO_ADMIN_PAT }}