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
Describe the bug
When a pull-request is updated, it causes a pull-request synchronize event which contains both the before and after values. Which results in this warning being emitted:
Received event from pull_request, but also received a before(f4e410346b2c90c44e8f0101f722ee02f3368726) or after(d9ec49f56a56f571782f37de896632a07fd5ed46) value.
I am assuming you want to use a Push event but forgot something, so I'm giving you a message.
Describe the bug
When a pull-request is updated, it causes a pull-request synchronize event which contains both the before and after values. Which results in this warning being emitted:
Workflow
Expected behavior
Expected behavior is the same but without the warning being emitted.
Additional context
Reference #97
The text was updated successfully, but these errors were encountered: