From e4fc817833b9d5847ec87643a5095f34bbdd93a1 Mon Sep 17 00:00:00 2001 From: Jules Lasne Date: Thu, 3 Dec 2020 10:29:51 +0100 Subject: [PATCH 1/3] Updated poutils to 0.10.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c2b021dfb..387b1e4ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -poutils==0.9.0 +poutils==0.10.0 From 079a558321e2871f506afddd43e6eb6ef825fb1c Mon Sep 17 00:00:00 2001 From: Jules Lasne Date: Thu, 3 Dec 2020 10:48:56 +0100 Subject: [PATCH 2/3] Removed title checker --- .github/workflows/pr-title-cheker.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/pr-title-cheker.yml diff --git a/.github/workflows/pr-title-cheker.yml b/.github/workflows/pr-title-cheker.yml deleted file mode 100644 index a7f08b13b..000000000 --- a/.github/workflows/pr-title-cheker.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: "Titre de la Pull Request" -on: - pull_request: - types: - - opened - - edited - - synchronize - - labeled - - unlabeled - -jobs: - check-title: - runs-on: ubuntu-latest - steps: - - uses: thehanimo/pr-title-checker@v1.2 - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 4dcb622e9a96bca628cea44f6f0d0b84a408ed61 Mon Sep 17 00:00:00 2001 From: Jules Lasne Date: Thu, 3 Dec 2020 11:15:54 +0100 Subject: [PATCH 3/3] Forgot to remove this one --- .github/pr-title-checker-config.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/pr-title-checker-config.json diff --git a/.github/pr-title-checker-config.json b/.github/pr-title-checker-config.json deleted file mode 100644 index e8e75bd58..000000000 --- a/.github/pr-title-checker-config.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "LABEL": { - "name": "Title needs formatting.", - "color": "EEEEEE" - }, - "CHECKS": { - "prefixes": ["traduction de", "Traduction de", "Fix fuzzies in", "Fix fuzzies dans"], - "regexp": "\\.po", - "ignoreLabels": ["meta"] - } -}