From 2dd239fc06e407833a3b8f37a0164a1b2cd96272 Mon Sep 17 00:00:00 2001 From: freearhey Date: Thu, 6 May 2021 17:59:56 +0300 Subject: [PATCH] Update clean.yml --- .github/workflows/clean.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/clean.yml b/.github/workflows/clean.yml index caa9a46c88..d076fe1a4e 100644 --- a/.github/workflows/clean.yml +++ b/.github/workflows/clean.yml @@ -177,3 +177,9 @@ jobs: run: npm install - name: Remove Broken Links run: node scripts/clean.js --country=${{ matrix.country }} + - name: Create Pull Request + uses: peter-evans/create-pull-request@v3 + with: + title: '[Bot] Remove broken links' + body: | + This pull request is created automatically.