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
issue_comment: this needs to return PR info not commit info if before and after explicitly set, else PR (eee976b)
naming: renamed "deleted" to "removed". sorry if this is breaking for you. (800537f)
pull_request_synchronize events: issue with PR Synchronize events, it would return commit files instead of PR files, this is adjusted to return ALL PR files with PR synchronize event (fb7bcc7)
space issue: this should resolve the issue with using a blank space. the assumption here is that 'json' is default, if you use ' ' it will be '' which is the app default, not the action default of 'json' (0e4184f), closes #81