🔀 Merge pull request #451 from Lissy93/REFACTOR/docker-builds-and-small-fixes
[REFACTOR] Architectural Update and Small Fixes, for V 2.0.0
This commit is contained in:
2
.github/workflows/manage-pending-labels.yml
vendored
2
.github/workflows/manage-pending-labels.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user