You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support all event actions in addition to "opened" action
GitHub Actions supports conditional statement in its yaml file
and users can manage the target event actions with the statement.
```
if: github.event_name == 'issues' && github.event.action == 'closed'
```
0 commit comments