Closed khiga8 closed 1 year ago
I actually think we just need to use the discussions dispatch:
discussion:
types: [created, edited]
discussion_comment:
types: [created, edited]
And possibly add event.discussion
as well
if: ${{ github.event.issue || github.event.pull_request }}
Ah, I see we will need some additional logic to gather the right params.
Reference: action.yml line 13
Currently this action has support for Issues and Pull Requests. Let's add support for Discussions!