Skip to content

Instantly share code, notes, and snippets.

@LenzGr
Last active June 8, 2020 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LenzGr/416032aaf8ceded39c0ace8d3bea0745 to your computer and use it in GitHub Desktop.
Save LenzGr/416032aaf8ceded39c0ace8d3bea0745 to your computer and use it in GitHub Desktop.
Bookmarklet: Show all Ceph Dashboard PRs that were merged last week
javascript:(function(){var LastWeek=new Date();LastWeek.setDate(LastWeek.getDate()-7);window.location.href='https://github.com/ceph/ceph/pulls?q=is%3Apr+label%3Adashboard+is%3Amerged+merged%3A%3E%3D'+LastWeek.toISOString().substring(0,10);})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment