Skip to content

Commit

Permalink
Run prettier on scripts/get-changelog.js
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro committed Jun 24, 2022
1 parent dad7c06 commit ec17f78
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/get-changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ const readFilePromise = promisify(readFile);
const DOMAIN = 'https://github.com/';
const JAEGER_REPO = process.env.JAEGER_REPO || 'jaeger-ui';

const URL_PARTS = [`${DOMAIN}jaegertracing/${JAEGER_REPO}/pulls?page=`, '&q=is%3Apr+is%3Amerged&utf8=%E2%9C%93'];
const URL_PARTS = [
`${DOMAIN}jaegertracing/${JAEGER_REPO}/pulls?page=`,
'&q=is%3Apr+is%3Amerged&utf8=%E2%9C%93',
];

function getData(elm) {
const title = elm.querySelector('[data-hovercard-type="pull_request"]').textContent;
Expand Down

0 comments on commit ec17f78

Please sign in to comment.