:octocat: Updates bug report template, and fixes pending labels action

This commit is contained in:
Alicia Sykes
2022-01-29 01:35:46 +00:00
parent 73c929c8bb
commit 63bd6e21aa
2 changed files with 3 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ jobs:
add-awaiting-author:
runs-on: ubuntu-latest
if: ${{!github.event.issue.pull_request && github.event.comment.author_association != 'COLLABORATOR' && github.event.comment.author_association != 'OWNER' && github.event.issue.state === 'open' }}
if: ${{!github.event.issue.pull_request && github.event.comment.author_association != 'COLLABORATOR' && github.event.comment.author_association != 'OWNER' && github.event.issue.state == 'open' }}
steps:
- name: Add Awaiting Author labels when Updated
uses: actions-cool/issues-helper@v2