We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb38af8 commit 06eed6eCopy full SHA for 06eed6e
.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/create-or-update-project-card@v1.1.2
0 commit comments