From 267b8de84b3b10347e8dab7eb77dadfb0e5bce83 Mon Sep 17 00:00:00 2001 From: Maribeth Bottorff Date: Tue, 26 Sep 2023 14:22:46 -0700 Subject: [PATCH 1/2] chore: fix formatting for welcome action --- .../workflows/welcome_new_contributors.yml | 29 +++++++++---------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/.github/workflows/welcome_new_contributors.yml b/.github/workflows/welcome_new_contributors.yml index 6e598ee4aea..dc8d1f188ed 100644 --- a/.github/workflows/welcome_new_contributors.yml +++ b/.github/workflows/welcome_new_contributors.yml @@ -16,22 +16,21 @@ jobs: Welcome! It looks like this is your first pull request in Blockly, so here are a couple of tips: - - You can find tips about contributing to Blockly and how to - validate your changes on our - [developer site](https://developers.google.com/blockly/guides/contribute/core#making_and_verifying_a_change). + - You can find tips about contributing to Blockly and how to + validate your changes on our + [developer site](https://developers.google.com/blockly/guides/contribute/core#making_and_verifying_a_change). - - All contributors must sign the Google Contributor License - Agreement (CLA). If the google-cla bot leaves a comment on this - PR, make sure you follow the instructions. + - All contributors must sign the Google Contributor License + Agreement (CLA). If the google-cla bot leaves a comment on this + PR, make sure you follow the instructions. - - We use [conventional commits](https://www.conventionalcommits.org/) - to make versioning the package easier. Make sure your commit - message is in the [proper format](https://developers.google.com/blockly/guides/contribute/get-started/commits) - or [learn how to fix it](https://developers.google.com/blockly/guides/contribute/get-started/commits#fixing_non-conventional_commits). - - - If any of the other checks on this PR fail, you can click on - them to learn why. It might be that your change caused a test - failure, or that you need to double-check the - [style guide](https://developers.google.com/blockly/guides/contribute/core/style_guide). + - We use conventional commits to make versioning the package easier. Make sure your commit + message is in the [proper format](https://developers.google.com/blockly/guides/contribute/get-started/commits) + or [learn how to fix it](https://developers.google.com/blockly/guides/contribute/get-started/commits#fixing_non-conventional_commits). + + - If any of the other checks on this PR fail, you can click on + them to learn why. It might be that your change caused a test + failure, or that you need to double-check the + [style guide](https://developers.google.com/blockly/guides/contribute/core/style_guide). Thank you for opening this PR! A member of the Blockly team will review it soon. From 0f861bb68e22f76d93763f60a206cf75aa0a2e50 Mon Sep 17 00:00:00 2001 From: Maribeth Bottorff Date: Tue, 26 Sep 2023 15:13:24 -0700 Subject: [PATCH 2/2] chore: format --- .github/workflows/welcome_new_contributors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/welcome_new_contributors.yml b/.github/workflows/welcome_new_contributors.yml index dc8d1f188ed..37ca9ef89df 100644 --- a/.github/workflows/welcome_new_contributors.yml +++ b/.github/workflows/welcome_new_contributors.yml @@ -27,7 +27,7 @@ jobs: - We use conventional commits to make versioning the package easier. Make sure your commit message is in the [proper format](https://developers.google.com/blockly/guides/contribute/get-started/commits) or [learn how to fix it](https://developers.google.com/blockly/guides/contribute/get-started/commits#fixing_non-conventional_commits). - + - If any of the other checks on this PR fail, you can click on them to learn why. It might be that your change caused a test failure, or that you need to double-check the