mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
15 lines
230 B
YAML
15 lines
230 B
YAML
name: Q&A
|
|
|
|
on:
|
|
pull_request_target:
|
|
|
|
defaults:
|
|
run:
|
|
shell: bash
|
|
|
|
jobs:
|
|
call-qa:
|
|
uses: symfony/recipes/.github/workflows/callable-qa.yml@main
|
|
secrets:
|
|
token: ${{ secrets.BOT_TOKEN }}
|