What article on docs.github.com is affected?
https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#issue_comment
What part(s) of the article would you like to see updated?
Code block showing the if: ${{ github.event.issue.pull_request }} conditional is not appearing on the docs site. A possible solution would be to omit the ${{ and }} since according to the docs, that is not required for if blocks.
Additional information
This was added in #1000

What article on docs.github.com is affected?
https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#issue_comment
What part(s) of the article would you like to see updated?
Code block showing the
if: ${{ github.event.issue.pull_request }}conditional is not appearing on the docs site. A possible solution would be to omit the${{and}}since according to the docs, that is not required forifblocks.Additional information
This was added in #1000