aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/pr-comment.yml
Commit message (Collapse)AuthorAgeFilesLines
* pr-comment: Comment instructions instead of failingRiku Isokoski2023-03-271-3/+9
|
* branches: Update files to refer to main instead of developFinlay Davidson2023-03-021-1/+1
|
* workflow: Buildsize comment when simulator failsRiku Isokoski2023-01-311-0/+1
| | | | | | | | The workflow checks that the buildsize comparison succeeds. The download artifact step also checks that all of the main workflow succeeds. This isn't necessary, and causes the comment not to be created when the simulator build fails. This change disabled the success conclusion requirement.
* workflow: Updated workflow comment for allRiku Isokoski2023-01-311-0/+49
| | | | | | | | | | | | | | | | | The previous version failed, because it looked for the check from the branch in the fork, but looked for it in the main repo. Now uses the sha to get the commit on which checks were run. Previous description 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.
* Revert "workflow: Comment build size on all PRs"Riku Isokoski2023-01-311-49/+0
| | | | This reverts commit 012c3d25f313148734b4720e376ec24ff6089453.
* 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.