Skip to content

Commit 3de30e1

Browse files
committed
Filter spring-issuemaster comments from feedback provided reassignment.
See #595
1 parent cb8a696 commit 3de30e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
types: [opened, edited, reopened]
88
issue_comment:
99
types: [created]
10-
pull_request:
10+
pull_request_target:
1111
types: [opened, edited, reopened]
1212

1313
jobs:
@@ -36,7 +36,7 @@ jobs:
3636
token: ${{ secrets.GH_ISSUES_TOKEN_SPRING_DATA }}
3737
Feedback-Provided:
3838
runs-on: ubuntu-latest
39-
if: github.repository_owner == 'spring-projects' && github.event.action == 'created' && contains(join(github.event.issue.labels.*.name, ', '), 'waiting-for-feedback')
39+
if: github.repository_owner == 'spring-projects' && github.event_name == 'issue_comment' && github.event.action == 'created' && !github.actor == 'spring-issuemaster' && github.event.pull_request == null && github.event.issue.state == 'open' && contains(join(github.event.issue.labels.*.name, ', '), 'waiting-for-feedback')
4040
steps:
4141
- name: Update Project Card
4242
uses: peter-evans/create-or-update-project-card@v1.1.2

0 commit comments

Comments
 (0)