From fb93730bb669d86ad375c4b602f150ce1464f9af Mon Sep 17 00:00:00 2001 From: Jules Lasne Date: Fri, 27 Nov 2020 18:47:28 +0100 Subject: [PATCH] Change check name to avoid problem with PyDocTeur --- .github/workflows/pr-title-cheker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-title-cheker.yml b/.github/workflows/pr-title-cheker.yml index 385f5fc61..b88e3a208 100644 --- a/.github/workflows/pr-title-cheker.yml +++ b/.github/workflows/pr-title-cheker.yml @@ -9,7 +9,7 @@ on: - unlabeled jobs: - check: + check-title: runs-on: ubuntu-latest steps: - uses: thehanimo/pr-title-checker@v1.2