Skip to content

Commit 06eed6e

Browse files
committedJan 20, 2021
Filter spring-issuemaster comments from feedback provided reassignment.
See #595
1 parent cb38af8 commit 06eed6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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_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')
39+
if: github.repository_owner == 'spring-projects' && github.event_name == 'issue_comment' && github.event.action == 'created' && github.actor != 'spring-projects-issues' && github.event.pull_request == null && github.event.issue.state == 'open' && contains(toJSON(github.event.issue.labels), '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)
Please sign in to comment.