From d801e87ee91721b75cc5a0e3a4d2bb4275a1dc89 Mon Sep 17 00:00:00 2001 From: Karan Singh Date: Sat, 30 May 2026 14:30:11 +0530 Subject: [PATCH] ci: fix inputs for first-interaction action in greetings workflow --- .github/workflows/greetings.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index d603015..a8d5b51 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -15,12 +15,12 @@ jobs: steps: - uses: actions/first-interaction@v3 with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: | + repo_token: ${{ secrets.GITHUB_TOKEN }} + issue_message: | 👋 Welcome to FreshScan AI! Thank you for opening an issue. Our maintainers will review this shortly. In the meantime, please ensure your report includes all necessary context and reproduction steps (if it's a bug). If this is a security issue, please close this and follow the `SECURITY.md` protocol. - pr-message: | + pr_message: | 🎉 Thank you for your Pull Request! We're thrilled to have your contribution to FreshScan AI. Before we review, please make sure you have: