python-docs-fr/.github/workflows/pr-title-cheker.yml

18 lines
320 B
YAML
Raw Normal View History

name: "Titre de la Pull Request"
2020-11-22 21:44:43 +00:00
on:
pull_request:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
jobs:
check-title:
2020-11-22 21:44:43 +00:00
runs-on: ubuntu-latest
steps:
- uses: thehanimo/pr-title-checker@v1.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}