Skip to content

Set label of GH actions dependabot PRs to CI #441

Set label of GH actions dependabot PRs to CI

Set label of GH actions dependabot PRs to CI #441

name: "Continuous Integration"
on:
pull_request:
branches:
- "*.x"
push:
branches:
- "*.x"
jobs:
phpunit:
name: "PHPUnit"
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@5.0.1"
with:
php-versions: '["8.1"]'
secrets:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"