organize_gh_project.yml: Only add has-update tag if commenter is not assigned the issue

This commit is contained in:
thecalcaholic 2022-07-28 20:01:07 +02:00
parent 1f1ce9ed95
commit d8975973a5

View File

@ -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