diff --git a/.github/workflows/pr_description.js b/.github/workflows/pr_description.js index b1bc12016..432d2879b 100644 --- a/.github/workflows/pr_description.js +++ b/.github/workflows/pr_description.js @@ -21,6 +21,7 @@ module.exports = async ({ github, context }) => { body += `[FireBat bookmark](${prBaseUrl}/fire-behaviour-calculator?s=266&f=c5&c=NaN&w=20,s=286&f=c7&c=NaN&w=16,s=1055&f=c7&c=NaN&w=NaN,s=305&f=c7&c=NaN&w=NaN,s=344&f=c5&c=NaN&w=NaN,s=346&f=c7&c=NaN&w=NaN,s=328&f=c7&c=NaN&w=NaN,s=1399&f=c7&c=NaN&w=NaN,s=334&f=c7&c=NaN&w=NaN,s=1082&f=c3&c=NaN&w=NaN,s=388&f=c7&c=NaN&w=NaN,s=309&f=c7&c=NaN&w=16,s=306&f=c7&c=NaN&w=NaN,s=1029&f=c7&c=NaN&w=NaN,s=298&f=c7&c=NaN&w=NaN,s=836&f=c7&c=NaN&w=NaN,s=9999&f=c7&c=NaN&w=NaN)\n`; body += `[Auto Spatial Advisory (ASA)](${prBaseUrl}/auto-spatial-advisory)\n`; body += `[HFI Calculator](${prBaseUrl}/hfi-calculator)\n`; + body += `[PSU Insights](${prBaseUrl}/insights)\n`; github.rest.pulls.update({ owner: context.repo.owner, repo: context.repo.repo,