Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: look harder for a commit's pull request. #23593

Merged
merged 1 commit into from May 14, 2020

Conversation

ckerr
Copy link
Member

@ckerr ckerr commented May 14, 2020

Description of Change

PR numbers are almost always listed parenthetically in the commit message; but when something is committed manually, it could be missing due to human error. This PR adds octokit's listPullRequestsAssociatedWithCommit() as a second approach to finding a commit's PR.

Last night's Releases WG meeting discovered that "re-enable pdf viewer" was missing from the draft release notes for 9.0.0. This PR fixes that omission.

CC @electron/wg-releases

Checklist

Release Notes

Notes: none

PR numbers are almost always listed parenthetically in the commit message;
but when something is committed manually, it could be missing. This change
uses octokit's listPullRequestsAssociatedWithCommit() as a second approach
to finding a commit's PR.

Last night's Releases WG meeting noted that "re-enable pdf viewer" was
missing from the notes. This PR fixes that omission.
@ckerr ckerr requested a review from a team as a code owner May 14, 2020 18:23
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label May 14, 2020
@ckerr ckerr changed the title feat: look harder for a commit's pull request. chore: look harder for a commit's pull request. May 14, 2020
@ckerr
Copy link
Member Author

ckerr commented May 14, 2020

Results of this change in the generated 9.0.0 notes:

--- baseline.md    2020-05-13 19:23:23.817365248 -0500
+++ test.md     2020-05-14 13:42:43.384661705 -0500
@@ -14,6 +14,7 @@
  * Added support for property access to some getter/setter pairs on `BrowserWindow`. [#23208](https://github.com/electron/electron/pull/23208)
  * Added support for the chrome.extension.getBackgroundPage API when building with enable_electron_extensions. [#22177](https://github.com/electron/electron/pull/22177)
  * Allow an optional callback parameter for WebFrame.executeJavaScript* methods, which is called synchronously unless the target context is paused. [#22501](https://github.com/electron/electron/pull/22501)
+ * Restored support for pdfium-based PDF viewer. [#22131](https://github.com/electron/electron/pull/22131)
 
 ## Fixes
 

@ckerr ckerr merged commit 2342aaf into master May 14, 2020
@release-clerk
Copy link

release-clerk bot commented May 14, 2020

No Release Notes

@trop
Copy link
Contributor

trop bot commented May 14, 2020

I have automatically backported this PR to "9-x-y", please check out #23596

@jkleinsc jkleinsc deleted the release-notes-find-uncommented-pull-requests branch May 14, 2020 23:52
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label May 18, 2020
MarshallOfSound added a commit that referenced this pull request May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants