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
gh-555 introduced the PR edited handler to handle draft PRs.
The implementation was over-reaching, and triggered on any edited events (including renaming PR).
This PR fixes that by removing the PR-edited handler and replacing it with
two more specific handlers that more narrowly match the original intent,
namely, respond to changes in the draft state of the PR (publish / unpublish).
Fixesgh-556
0 commit comments