From cf321461bdd29b10469949e6c157817d9c22475a Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Thu, 16 Mar 2023 11:16:13 +0100 Subject: [PATCH] add bot token (+2 squashed commit) Squashed commit: [24644ccb39] docs: add @xstar97 as a contributor [ad0e20e145] docs: add @xstar97 as a contributor --- .all-contributorsrc | 6 +----- .github/README.md | 2 +- .github/workflows/daily.yaml | 2 ++ 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 523d998d46e..8d3799d01f1 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -585,8 +585,8 @@ "avatar_url": "https://avatars.githubusercontent.com/u/9399967?v=4", "profile": "https://xstar97.github.io", "contributions": [ - "bug", "code", + "bug", "mentoring" ] }, @@ -1372,10 +1372,6 @@ } ], "contributorsPerLine": 7, - "projectName": "charts", - "projectOwner": "truecharts", - "repoType": "github", - "repoHost": "https://github.com", "skipCi": true, "commitConvention": "angular" } diff --git a/.github/README.md b/.github/README.md index c6656ef2758..bad6966d947 100644 --- a/.github/README.md +++ b/.github/README.md @@ -212,7 +212,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Alexander Thamm
Alexander Thamm

🐛 rexit1982
rexit1982

🐛 iaxx
iaxx

🐛 - Xstar97
Xstar97

🐛 💻 🧑‍🏫 + Xstar97
Xstar97

💻 🐛 🧑‍🏫 ornias
ornias

📹 Josh Asplund
Josh Asplund

💵 midnight33233
midnight33233

💵 diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index 411d4e3b7bb..68af5f8a19f 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -383,5 +383,7 @@ jobs: cmd: install --frozen-lockfile - name: List missing and unknown contributors + env: + PRIVATE_TOKEN: ${{ secrets.BOT_TOKEN }} run: | awk -F', ' '{ for( i=1; i<=NF; i++ ) print $i }' <<<$(yarn all-contributors check)