diff --git a/.github/workflows/greeting.yml b/.github/workflows/greeting.yml index 9aeb710..08d1cec 100644 --- a/.github/workflows/greeting.yml +++ b/.github/workflows/greeting.yml @@ -11,7 +11,7 @@ on: jobs: greeting: runs-on: ubuntu-latest - if: ${{ github.actor != 'all-contributors[bot]' }} + if: ${{ github.actor != 'all-contributors[bot]' && github.event.pull_request.user.login != 'tungbq' }} permissions: issues: write pull-requests: write