fix(ci): comment on closed issues when closed by commit or PR
This commit is contained in:
parent
32501bc93b
commit
e3f3eeea6b
|
|
@ -7,8 +7,6 @@ on:
|
|||
jobs:
|
||||
comment-on-issue-closure:
|
||||
runs-on: ubuntu-latest
|
||||
# Only run if the issue was closed by a commit (not manually)
|
||||
if: ${{ github.event.issue.closed_by.type == 'Bot' || github.event.issue.closed_by.login != null }}
|
||||
steps:
|
||||
- name: Check if issue was closed by commit
|
||||
id: check-commit
|
||||
|
|
|
|||
Loading…
Reference in New Issue