Removal of Dispatch, since its not working. (#3696)

* Removal of Dispatch, since its not working.

* Add changelog behavior
This commit is contained in:
Kowlin 2020-03-26 14:13:30 +01:00 committed by GitHub
parent eef5ddb416
commit 980d2a8dc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,12 +47,5 @@ jobs:
body: | body: |
This is an automated PR. This is an automated PR.
Please ensure that there are no errors or invalid files are in the 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" 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"}'