We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4558f commit a8b5f43Copy full SHA for a8b5f43
.github/workflows/project.yml
@@ -36,7 +36,7 @@ jobs:
36
token: ${{ secrets.GH_ISSUES_TOKEN_SPRING_DATA }}
37
Feedback-Provided:
38
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')
+ 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')
40
steps:
41
- name: Update Project Card
42
uses: peter-evans/[email protected]
0 commit comments