From d1eb242860d950d40eb6643b6910dfe8522c8dff Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 20:30:38 +0000 Subject: [PATCH 1/4] feat: Updated .github/workflows/greetings.yml --- .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 a92ed40..3a973f7 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/first-interaction@v1.2.0 with: - repo-token: ${{ secrets.BOT_GITHUB_TOKEN }} + repo-token: ${{ secrets.NEW_BOT_GITHUB_TOKEN }} pr-message: | Hello! Thank you for your contribution. From 2edeeeadc2ad4c04ea94dcf4708c001f84ed6fb8 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 20:31:02 +0000 Subject: [PATCH 2/4] feat: Updated .github/workflows/auto-invite.yml --- .github/workflows/auto-invite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-invite.yml b/.github/workflows/auto-invite.yml index 79e84f3..cba3e0b 100644 --- a/.github/workflows/auto-invite.yml +++ b/.github/workflows/auto-invite.yml @@ -29,7 +29,7 @@ jobs: - name: Invite user to join our group uses: peter-evans/create-or-update-comment@v3 with: - token: ${{ secrets.BOT_GITHUB_TOKEN }} + token: ${{ secrets.NEW_BOT_GITHUB_TOKEN }} issue-number: ${{ github.event.issue.number }} body: | We value close connections with our users, developers, and contributors here at Open-IM-Server. With a large community and maintainer team, we're always here to help and support you. Whether you're looking to join our community or have any questions or suggestions, we welcome you to get in touch with us. @@ -46,7 +46,7 @@ jobs: - name: Close Issue uses: peter-evans/close-issue@v3 with: - token: ${{ secrets.BOT_GITHUB_TOKEN }} + token: ${{ secrets.NEW_BOT_GITHUB_TOKEN }} issue-number: ${{ github.event.issue.number }} comment: 🤖 Auto-closing issue, if you still need help please reopen the issue or ask for help in the community above labels: | From 6459e8dea31bc3656be64f3e7d5418a8b678748e Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 20:31:38 +0000 Subject: [PATCH 3/4] feat: Updated .github/workflows/auto-invite.yml --- .github/workflows/auto-invite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-invite.yml b/.github/workflows/auto-invite.yml index cba3e0b..79e84f3 100644 --- a/.github/workflows/auto-invite.yml +++ b/.github/workflows/auto-invite.yml @@ -29,7 +29,7 @@ jobs: - name: Invite user to join our group uses: peter-evans/create-or-update-comment@v3 with: - token: ${{ secrets.NEW_BOT_GITHUB_TOKEN }} + token: ${{ secrets.BOT_GITHUB_TOKEN }} issue-number: ${{ github.event.issue.number }} body: | We value close connections with our users, developers, and contributors here at Open-IM-Server. With a large community and maintainer team, we're always here to help and support you. Whether you're looking to join our community or have any questions or suggestions, we welcome you to get in touch with us. @@ -46,7 +46,7 @@ jobs: - name: Close Issue uses: peter-evans/close-issue@v3 with: - token: ${{ secrets.NEW_BOT_GITHUB_TOKEN }} + token: ${{ secrets.BOT_GITHUB_TOKEN }} issue-number: ${{ github.event.issue.number }} comment: 🤖 Auto-closing issue, if you still need help please reopen the issue or ask for help in the community above labels: | From 8f4027dad92ab5e969a62372acba63f66344cb10 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 20:32:05 +0000 Subject: [PATCH 4/4] feat: Updated .github/workflows/auto-assign-issue. --- .github/workflows/auto-assign-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-assign-issue.yml b/.github/workflows/auto-assign-issue.yml index d92fc96..2c3da99 100644 --- a/.github/workflows/auto-assign-issue.yml +++ b/.github/workflows/auto-assign-issue.yml @@ -37,7 +37,7 @@ jobs: gh issue edit ${{ github.event.issue.number }} --milestone "$LETASE_MILESTONES" gh issue comment $ISSUE --body "@${{ github.event.comment.user.login }} Glad to see you accepted this issue🤲, this issue has been assigned to you. I set the milestones for this issue to [$LETASE_MILESTONES](https://github.com/$OWNER/$PEPO/milestones), We are looking forward to your PR!" env: - GH_TOKEN: ${{ secrets.REDBOT_GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.NEW_REDBOT_GITHUB_TOKEN }} ISSUE: ${{ github.event.issue.html_url }} OWNER: ${{ github.repository_owner }} REPO: ${{ github.event.repository.name }} \ No newline at end of file