Removes bot workflow

This commit is contained in:
Akshay Nair
2020-12-01 21:05:31 +05:30
parent 45105f83df
commit 22142b4dc4
+2 -2
View File
@@ -1,7 +1,7 @@
name: Helper
on:
pull_request_target:
pull_request:
types:
- closed
@@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Comment
if: github.event_name == 'pull_request_target' && github.event.action == 'closed' && github.event.pull_request.merged == true
if: github.event.action == 'closed' && github.event.pull_request.merged == true
uses: actions/github-script@v3
with:
github-token: ${{secrets.GITHUB_TOKEN}}