Skip to content

Sync to main branch. #1120

Sync to main branch.

Sync to main branch. #1120

---
on:
pull_request: &ignore-paths
paths-ignore:
- ".gitattributes"
- ".gitignore"
- "CHANGELOG.md"
- "docs/**"
- "README.md"
push: *ignore-paths
name: Composer require checker
permissions:
contents: read
pull-requests: write
jobs:
composer-require-checker:
uses: yii2-framework/actions/.github/workflows/composer-require-checker.yml@main
secrets:
AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }}