From 5e29550a41ca8ae2dfd5ef9cc40afe683064992a Mon Sep 17 00:00:00 2001 From: Geoffrey Huntley Date: Fri, 9 Sep 2022 17:30:03 +1000 Subject: [PATCH 1/3] housekeeping(welcome): ping the community contrib epic --- .github/workflows/welcome.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/welcome.yaml b/.github/workflows/welcome.yaml index 93973880fedf1..12d86b910820e 100644 --- a/.github/workflows/welcome.yaml +++ b/.github/workflows/welcome.yaml @@ -13,6 +13,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} FIRST_PR_REACTIONS: '+1, hooray, rocket, heart' FIRST_PR_COMMENT: | - 👋 Welcome @{{ author }} to Coder! Yo @coder/docs this is @{{ author }}'s first pull-request here! + 👋 Welcome @{{ author }} to Coder! Yo @coder/docs this is @{{ author }}'s first pull-request here! [ƛ](https://github.com/coder/coder-meta/issues/14) 👀👀👀 FIRST_PR_MERGED: | - 🎉 Thanks for the contribution @{{ author }}! Yo @coder/docs @{{ author }}'s first contribution has been merged! 👀👀👀 + 🎉 Thanks for the contribution @{{ author }}! Yo @coder/docs @{{ author }}'s first contribution has been merged! [ƛ](https://github.com/coder/coder-meta/issues/14) 👀👀👀 From 7026a9d2e09b27a5f1619eb1e7ec060378f53af0 Mon Sep 17 00:00:00 2001 From: Geoffrey Huntley Date: Tue, 13 Sep 2022 15:32:30 +1000 Subject: [PATCH 2/3] fix: use PAT from https://github.com/cdrcommunity --- .github/workflows/welcome.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/welcome.yaml b/.github/workflows/welcome.yaml index 12d86b910820e..8d6e43f0e446a 100644 --- a/.github/workflows/welcome.yaml +++ b/.github/workflows/welcome.yaml @@ -10,7 +10,7 @@ jobs: steps: - uses: wow-actions/welcome@v1 with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_CDRCOMMUNITY }} FIRST_PR_REACTIONS: '+1, hooray, rocket, heart' FIRST_PR_COMMENT: | 👋 Welcome @{{ author }} to Coder! Yo @coder/docs this is @{{ author }}'s first pull-request here! [ƛ](https://github.com/coder/coder-meta/issues/14) 👀👀👀 From 1eb7108fe1a3216dc2bfec0c05c1cf2e2fd2680e Mon Sep 17 00:00:00 2001 From: Geoffrey Huntley Date: Fri, 16 Sep 2022 09:42:58 +1000 Subject: [PATCH 3/3] Update welcome.yaml --- .github/workflows/welcome.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/welcome.yaml b/.github/workflows/welcome.yaml index 8d6e43f0e446a..5c20db859e065 100644 --- a/.github/workflows/welcome.yaml +++ b/.github/workflows/welcome.yaml @@ -10,7 +10,7 @@ jobs: steps: - uses: wow-actions/welcome@v1 with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_CDRCOMMUNITY }} + GITHUB_TOKEN: ${{ secrets.CDRCOMMUNITY_GITHUB_TOKEN }} FIRST_PR_REACTIONS: '+1, hooray, rocket, heart' FIRST_PR_COMMENT: | 👋 Welcome @{{ author }} to Coder! Yo @coder/docs this is @{{ author }}'s first pull-request here! [ƛ](https://github.com/coder/coder-meta/issues/14) 👀👀👀