osscameroon/global-github-actions

fix: we don't want to post a quiz if poll's options are too long (>99 characters)

Closed this issue · 1 comments

we don't want to post a quiz if poll's options are too long (>99 characters), as you can see on this github action : https://github.com/osscameroon/global-github-actions/runs/5206548120?check_suite_focus=true
Screenshot from 2022-02-15 21-20-01
wha i suggest is to be sure that options are good before trying to send the first message, what do you think @pythonbrad

yes, then if one option exceed 99 character, the quiz will be skipped?