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 a914d03 commit 9f7c85bCopy full SHA for 9f7c85b
.github/workflows/add_member.yml
@@ -71,7 +71,7 @@ jobs:
71
- name: Check if user wants to become a designer
72
id: check_designer
73
run: |
74
- if gh issue view ${{ env.ISSUE_NUMBER }} --json body | jq -e '.body | contains("Do you wish to join the designers team?")'; then
+ if gh issue view ${{ env.ISSUE_NUMBER }} --json body | jq -e '.body | contains("[x] Do you wish to join the designers team?")'; then
75
python scripts/add_member.py ${{ env.USERNAME }} designers
76
else
77
echo "User does not want to join the designers team."
0 commit comments