From 980d2a8dc3eaf00ab5058bd78c36b84df8cde41b Mon Sep 17 00:00:00 2001 From: Kowlin Date: Thu, 26 Mar 2020 14:13:30 +0100 Subject: [PATCH] Removal of Dispatch, since its not working. (#3696) * Removal of Dispatch, since its not working. * Add changelog behavior --- .github/workflows/publish_crowdin.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/publish_crowdin.yml b/.github/workflows/publish_crowdin.yml index 0c8507a9d..ee78f5775 100644 --- a/.github/workflows/publish_crowdin.yml +++ b/.github/workflows/publish_crowdin.yml @@ -47,12 +47,5 @@ jobs: body: | This is an automated PR. Please ensure that there are no errors or invalid files are in the PR. - labels: "Automated PR, Category: i18n" + labels: "Automated PR, Category: i18n, Changelog Entry: Skipped" branch: "automated/i18n" - - name: Repository Dispatch - uses: peter-evans/repository-dispatch@v1 - with: - token: ${{ secrets.cogcreators_bot_repo_scoped }} - repository: Cog-Creators/Red-DiscordBot - event-type: dispatched_test - client-payload: '{"ref": "automated/i18n"}' \ No newline at end of file