From 0720e0c2e6d0666c26e2f64c06b293248adcaecf Mon Sep 17 00:00:00 2001 From: Jules Lasne Date: Thu, 3 Dec 2020 11:22:27 +0100 Subject: [PATCH] Updated poutils to 0.10.0 (#1496) --- .github/pr-title-checker-config.json | 11 ----------- .github/workflows/pr-title-cheker.yml | 17 ----------------- requirements.txt | 2 +- 3 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 .github/pr-title-checker-config.json delete mode 100644 .github/workflows/pr-title-cheker.yml diff --git a/.github/pr-title-checker-config.json b/.github/pr-title-checker-config.json deleted file mode 100644 index e8e75bd5..00000000 --- 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"] - } -} diff --git a/.github/workflows/pr-title-cheker.yml b/.github/workflows/pr-title-cheker.yml deleted file mode 100644 index a7f08b13..00000000 --- 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 }} diff --git a/requirements.txt b/requirements.txt index c2b021df..387b1e4e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -poutils==0.9.0 +poutils==0.10.0