Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-07-28 21:01:07 +0300
committerthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-07-28 21:07:33 +0300
commitd8975973a50045b8f24d0066ee2fbf576e185c5b (patch)
treed560ea8568f9d6f8d1c8819f12f70eb10faa420e
parent1f1ce9ed95c3d122e7b843e91916caa5a5baa97d (diff)
organize_gh_project.yml: Only add has-update tag if commenter is not assigned the issue
-rw-r--r--.github/workflows/organize_gh_project.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/organize_gh_project.yml b/.github/workflows/organize_gh_project.yml
index 0873b9d8..45a428d0 100644
--- a/.github/workflows/organize_gh_project.yml
+++ b/.github/workflows/organize_gh_project.yml
@@ -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