From c8355bb731b8f46798615be3ea26fcd93d8d8ed7 Mon Sep 17 00:00:00 2001 From: Daksh Jain Date: Mon, 25 May 2026 20:29:28 +0530 Subject: [PATCH 1/2] feat: add onboarding welcome bot workflow --- .github/workflows/onboardingbot.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/onboardingbot.yml diff --git a/.github/workflows/onboardingbot.yml b/.github/workflows/onboardingbot.yml new file mode 100644 index 0000000..b17ecb9 --- /dev/null +++ b/.github/workflows/onboardingbot.yml @@ -0,0 +1,27 @@ +name: "Onboarding" + +on: + issues: + types: [opened] + workflow_dispatch: + +jobs: + welcome: + runs-on: ubuntu-latest + permissions: + issues: write + steps: + - name: "first interaction" + uses: actions/first-interaction@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + issue-message: | + ## Welcome to Gitbun! + @${{ github.event.issue.user.login }}, thank you for opening this issue. We appreciate you helping us improve! + + **Quick Checklist:** + - [ ] Have you checked if a similar [issue](https://github.com/nirvik34/gitbun/issues) already exists? + - [ ] Have you read our [Contributing Guidelines](https://github.com/nirvik34/gitbun/blob/main/CONTRIBUTING.md)? + + A maintainer will review your report shortly. In the meantime, ensure your description provides enough context for us to help you! + \ No newline at end of file From 308da4f3157e275225927d77e16e0505548ab2c8 Mon Sep 17 00:00:00 2001 From: Daksh Jain Date: Mon, 25 May 2026 21:26:34 +0530 Subject: [PATCH 2/2] Update first-interaction action version --- .github/workflows/onboardingbot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/onboardingbot.yml b/.github/workflows/onboardingbot.yml index b17ecb9..a086817 100644 --- a/.github/workflows/onboardingbot.yml +++ b/.github/workflows/onboardingbot.yml @@ -12,7 +12,7 @@ jobs: issues: write steps: - name: "first interaction" - uses: actions/first-interaction@v1 + uses: actions/first-interaction@3c71ce730280171fd1cfb57c00c774f8998586f7 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: | @@ -24,4 +24,4 @@ jobs: - [ ] Have you read our [Contributing Guidelines](https://github.com/nirvik34/gitbun/blob/main/CONTRIBUTING.md)? A maintainer will review your report shortly. In the meantime, ensure your description provides enough context for us to help you! - \ No newline at end of file +