Kirill Elagin

- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Kirill Elagin created a post, Detecting a change to the state of a pull request
The only example of working with `pullRequests` in a workflow I found contains the following code: ctx.issue.pullRequests.last().state.name !== ctx.issue.pullRequests.last().previousState.name && H...