Last active
February 3, 2021 13:02
-
-
Save Ruffo324/37715b926aa48e1a53a04dc53cd794c1 to your computer and use it in GitHub Desktop.
JSPageInject - GitLab resolve all discussions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Merge-Review overview page. Open Dev Tools and paste the line below. | |
[...$("button[data-qa-selector='resolve_discussion_button']")] | |
.filter(x => !x.outerText.toLowerCase().includes("unresolve")) | |
.forEach(x => x.click()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment