mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
organize_gh_project.yml: Only add has-update tag if commenter is not assigned the issue
This commit is contained in:
parent
1f1ce9ed95
commit
d8975973a5
2
.github/workflows/organize_gh_project.yml
vendored
2
.github/workflows/organize_gh_project.yml
vendored
@ -130,7 +130,7 @@ jobs:
|
||||
# --silent
|
||||
|
||||
set_update_label:
|
||||
if: ${{ github.event_name == 'issue_comment' }}
|
||||
if: ${{ github.event_name == 'issue_comment' && ! contains( github.event.issue.assignees.*.login, github.event.comment.user.login ) }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Add update label to issue
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user