We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4494463 commit 71b99a6Copy full SHA for 71b99a6
.github/workflows/on-issue-assigned.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v3
15
- name: Log the assignees login array
16
- run: echo "${{ toJSON(github.event.issue.assignees.*.login) }}" | wc -l
+ run: ASSIGNEE_COUNT=$(echo "${{ toJSON(github.event.issue.assignees.*.login) }}" | wc -l)-2; echo $ASSIGNEE_COUNT
17
- uses: hubwriter/assigned-issues@main
18
id: assigned-issues
19
with:
0 commit comments