mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-24 22:25:16 +02:00
⚗️ Hopefully fixed author association check
This commit is contained in:
parent
0fb813d893
commit
680ec9659b
4
.github/workflows/remove-stale-label.yml
vendored
4
.github/workflows/remove-stale-label.yml
vendored
@ -7,7 +7,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
remove-stale:
|
remove-stale:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event.comment.author_association != 'COLLABORATOR' }}
|
if: ${{ github.event.comment.author_association != 'COLLABORATOR' && github.event.comment.author_association != 'OWNER' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Remove Stale labels when Updated
|
- name: Remove Stale labels when Updated
|
||||||
uses: actions-cool/issues-helper@v2
|
uses: actions-cool/issues-helper@v2
|
||||||
@ -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' }}
|
if: ${{ 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