mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-23 13:45:33 +02:00
🔨 Don't add Awaiting Maintainer label for PRs
This commit is contained in:
parent
b2a26ae1e0
commit
af8959483f
2
.github/workflows/manage-pending-labels.yml
vendored
2
.github/workflows/manage-pending-labels.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
|
|
||||||
add-awaiting-author:
|
add-awaiting-author:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event.comment.author_association != 'COLLABORATOR' && github.event.comment.author_association != 'OWNER' }}
|
if: ${{ !github.event.issue.pull_request && github.event.comment.author_association != 'COLLABORATOR' && github.event.comment.author_association != 'OWNER' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Add Awaiting Author labels when Updated
|
- name: Add Awaiting Author labels when Updated
|
||||||
uses: actions-cool/issues-helper@v2
|
uses: actions-cool/issues-helper@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user