From 86053da2636164116c7039ea07b2140cb768d209 Mon Sep 17 00:00:00 2001 From: Christine Belzie Date: Mon, 2 Oct 2023 16:55:19 -0400 Subject: [PATCH 1/7] feat: add greetings file --- .github/workflows/greetings.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/greetings.yml diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml new file mode 100644 index 0000000..b103130 --- /dev/null +++ b/.github/workflows/greetings.yml @@ -0,0 +1,23 @@ +permissions: write-all + +name: Greetings + +on: + fork: + push: + branches: [main] + issues: + types: [opened] + pull_request_target: + types: [opened] + +jobs: + welcome: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: EddieHubCommunity/gh-action-community/src/welcome@main + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + issue-message: "Hello ${{ github.actor }}! \n Thank you for raising this issue! 😊 Your contribution is valuable to us! 😊 \n\nPlease make sure to follow our [Contributing Guidelines. 💪🏻](https://github.com/shesharpnl/.github/blob/main/CONTRIBUTING.md) \n\nOur maintainers will carefully assess the issue and reach out to you soon! 😇 \n We appreciate your patience! " + pr-message: "Thank you, ${{ github.actor }}, for creating this pull request and contributing to SheSharp! 💗\n\n The maintainers will review this Pull Request and provide feedback as soon as possible! 😇\nWe appreciate your patience and contribution, Keep up the great work! 😀" From e46c0366ab37481c7906421545594c07e1fb04fc Mon Sep 17 00:00:00 2001 From: Christine Belzie Date: Tue, 3 Oct 2023 15:15:15 -0400 Subject: [PATCH 2/7] feat: adding the at sign --- .github/workflows/greetings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index b103130..991de4d 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -19,5 +19,5 @@ jobs: - uses: EddieHubCommunity/gh-action-community/src/welcome@main with: github-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: "Hello ${{ github.actor }}! \n Thank you for raising this issue! 😊 Your contribution is valuable to us! 😊 \n\nPlease make sure to follow our [Contributing Guidelines. 💪🏻](https://github.com/shesharpnl/.github/blob/main/CONTRIBUTING.md) \n\nOur maintainers will carefully assess the issue and reach out to you soon! 😇 \n We appreciate your patience! " - pr-message: "Thank you, ${{ github.actor }}, for creating this pull request and contributing to SheSharp! 💗\n\n The maintainers will review this Pull Request and provide feedback as soon as possible! 😇\nWe appreciate your patience and contribution, Keep up the great work! 😀" + issue-message: "Hello @${{ github.actor }}! \n Thank you for raising this issue! 😊 Your contribution is valuable to us! 😊 \n\nPlease make sure to follow our [Contributing Guidelines. 💪🏻](https://github.com/shesharpnl/.github/blob/main/CONTRIBUTING.md) \n\nOur maintainers will carefully assess the issue and reach out to you soon! 😇 \n We appreciate your patience! " + pr-message: "Thank you, @${{ github.actor }}, for creating this pull request and contributing to SheSharp! 💗\n\n The maintainers will review this Pull Request and provide feedback as soon as possible! 😇\nWe appreciate your patience and contribution, Keep up the great work! 😀" From 5ac5bbbab91ed651378c333170c30a7a6e059e4a Mon Sep 17 00:00:00 2001 From: Christine Belzie <105683440+CBID2@users.noreply.github.com> Date: Fri, 6 Oct 2023 09:30:47 -0400 Subject: [PATCH 3/7] fix: change permissions values --- .github/workflows/greetings.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 991de4d..3254f19 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -1,4 +1,6 @@ -permissions: write-all +permissions: + issues: write + pull-requests: write name: Greetings From f61a095fbf0ffa8e6d5bd88733ec748cd7c5c5ad Mon Sep 17 00:00:00 2001 From: Christine Belzie <105683440+CBID2@users.noreply.github.com> Date: Fri, 6 Oct 2023 09:32:48 -0400 Subject: [PATCH 4/7] fix: revise pairing to meet YAML standards --- .github/workflows/greetings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 3254f19..383a3a8 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -1,6 +1,6 @@ permissions: - issues: write - pull-requests: write + issues: write + pull-requests: write name: Greetings From d8b45d23f4e6a2570d9b23cd5db208b7886665ec Mon Sep 17 00:00:00 2001 From: Christine Belzie <105683440+CBID2@users.noreply.github.com> Date: Fri, 6 Oct 2023 09:41:48 -0400 Subject: [PATCH 5/7] =?UTF-8?q?fix:=20replace=20repo=E2=80=99s=20branch=20?= =?UTF-8?q?name=20with=20SHA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/greetings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 383a3a8..b940944 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: EddieHubCommunity/gh-action-community/src/welcome@main + - uses: EddieHubCommunity/gh-action-community/src/welcome@bf67289baedda0b13e216f7ca14e733eab899963 with: github-token: ${{ secrets.GITHUB_TOKEN }} issue-message: "Hello @${{ github.actor }}! \n Thank you for raising this issue! 😊 Your contribution is valuable to us! 😊 \n\nPlease make sure to follow our [Contributing Guidelines. 💪🏻](https://github.com/shesharpnl/.github/blob/main/CONTRIBUTING.md) \n\nOur maintainers will carefully assess the issue and reach out to you soon! 😇 \n We appreciate your patience! " From 7f6eb6dec2c73a2f552c4a0ff758406a1042707b Mon Sep 17 00:00:00 2001 From: Christine Date: Wed, 7 Feb 2024 22:35:59 +0000 Subject: [PATCH 6/7] fix greeting file --- .github/workflows/greetings.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/greetings.yml diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml deleted file mode 100644 index b940944..0000000 --- a/.github/workflows/greetings.yml +++ /dev/null @@ -1,25 +0,0 @@ -permissions: - issues: write - pull-requests: write - -name: Greetings - -on: - fork: - push: - branches: [main] - issues: - types: [opened] - pull_request_target: - types: [opened] - -jobs: - welcome: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: EddieHubCommunity/gh-action-community/src/welcome@bf67289baedda0b13e216f7ca14e733eab899963 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: "Hello @${{ github.actor }}! \n Thank you for raising this issue! 😊 Your contribution is valuable to us! 😊 \n\nPlease make sure to follow our [Contributing Guidelines. 💪🏻](https://github.com/shesharpnl/.github/blob/main/CONTRIBUTING.md) \n\nOur maintainers will carefully assess the issue and reach out to you soon! 😇 \n We appreciate your patience! " - pr-message: "Thank you, @${{ github.actor }}, for creating this pull request and contributing to SheSharp! 💗\n\n The maintainers will review this Pull Request and provide feedback as soon as possible! 😇\nWe appreciate your patience and contribution, Keep up the great work! 😀" From 0a527b5f074e00330588174bb8acdbafb065acf4 Mon Sep 17 00:00:00 2001 From: Christine Date: Wed, 7 Feb 2024 22:40:53 +0000 Subject: [PATCH 7/7] fix: revise welcome file --- .github/workflows/welcome.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/welcome.yml diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml new file mode 100644 index 0000000..e91bec3 --- /dev/null +++ b/.github/workflows/welcome.yml @@ -0,0 +1,27 @@ +on: + fork: + push: + branches: [ main ] + issues: + types: [ opened ] + issue_comment: + types: [ created ] + pull_request_target: + types: [ opened ] + pull_request_review_comment: + types: [ created ] + +jobs: + + welcome: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@main + - uses: EddieHubCommunity/gh-action-community/src/welcome@main + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + issue-message: '

It's great having you contribute to this project

Welcome to the community :nerd_face: :rocket:' + pr-message: '

It's great having you contribute to this project

Welcome to the community :nerd_face:' + footer: 'If you would like to continue contributing to open source and would like to do it with an awesome inclusive community, join our Slack' + +