Only work on non-closed issues

This commit is contained in:
Andre_601 2020-12-25 15:09:25 +01:00 committed by GitHub
parent 23943f41ad
commit 3c9f6ea520
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ on:
jobs:
give_comment:
if: github.event.state == 'open'
runs-on: ubuntu-latest
steps:
- name: Checkout Code