Skip to content

Update dependency phpstan/phpstan to v1.12.16 #30

Update dependency phpstan/phpstan to v1.12.16

Update dependency phpstan/phpstan to v1.12.16 #30

Workflow file for this run

name: Sync Labels to Repository
on: [issues, pull_request]
jobs:
sync-labels:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Debug .github directory
run: |
ls -al .github
- name: Sync repository labels
uses: cocart-headless/wp-repo-labels@v1
with:
labels-path: .github/labels.json
github-token: ${{ secrets.GITHUB_TOKEN }}