aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/pr-comment.yml
Commit message (Collapse)AuthorAgeFilesLines
* workflow: Comment build size on all PRsRiku Isokoski2023-01-311-0/+49
This works by uploading the data from the main workflow with low permissions as an artifact, then downloading the data in a workflow with higher permissions to post the comment. Third party actions are fixed at a commit, in case they get compromised. Also set the build-firmware VM to ubuntu-22.04, which was missed when updating workflow deps earlier.