mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-21 08:24:45 +00:00
Removes merged condition
This commit is contained in:
@@ -13,7 +13,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Comment
|
||||
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request_target.merged == true
|
||||
if: github.event_name == 'pull_request' && github.event.action == 'closed'
|
||||
# && github.event.pull_request_target.merged == true
|
||||
uses: actions/github-script@v3
|
||||
with:
|
||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||
|
||||
Reference in New Issue
Block a user