From 4b5dd934e9603d06ea0d417ab7f40c260806d24e Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 20 Oct 2025 23:07:03 -0700 Subject: [PATCH] enhance --- .github/workflows/greetings.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 78cc6b4..7a4fe3b 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -4,6 +4,9 @@ on: issues: types: - opened + pull_request: + types: + - opened permissions: issues: write @@ -12,8 +15,8 @@ jobs: greeting: runs-on: ubuntu-latest steps: - - uses: actions/first-interaction@v3 - with: - repo_token: ${{ secrets.GITHUB_TOKEN }} - issue_message: 'DependaBot'' first issue' - pr_message: 'DependaBot'' first pr' \ No newline at end of file + - uses: actions/first-interaction@v3 + with: + repo_token: ${{ secrets.GITHUB_TOKEN }} + issue_message: "Dependabot's first issue" + pr_message: "Dependabot's first PR" \ No newline at end of file