Skip to content

Sync repository description #3

Sync repository description

Sync repository description #3

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 }}