From 999e0fb2e2b3d9d5eccfed08b5d93defadecea49 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Mon, 24 Oct 2022 15:43:44 -0700 Subject: [PATCH] Update packages validation comment action (#1730) --- .github/workflows/packages-validation-comment.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/packages-validation-comment.yml b/.github/workflows/packages-validation-comment.yml index 003c02e6..0f14dc0b 100644 --- a/.github/workflows/packages-validation-comment.yml +++ b/.github/workflows/packages-validation-comment.yml @@ -19,7 +19,10 @@ jobs: **Please respond to this comment verifying that you've done the appropriate validation (or explain why it's not necessary) before merging in the PR** - [ ] Built and tested the change locally to validate that the update doesn't cause any regressions and fixes the issues intended - - [ ] Tested changes on all major platforms (Windows/Mac/Linux) + - [ ] Tested changes on all major platforms + - [ ] Windows + - [ ] Linux + - [ ] Mac - [ ] Check the source repo for any open issues with the release being updated to (if available) repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token-user-login: 'github-actions[bot]' # The user.login for temporary GitHub tokens \ No newline at end of file