From b5f2e61ded03d71259258852b44b233a92de9ec7 Mon Sep 17 00:00:00 2001 From: Joby Joy Date: Thu, 19 Sep 2024 17:41:08 -0700 Subject: [PATCH] add the gh link --- .github/workflows/greetings.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 46774343e..421f6d355 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -9,6 +9,7 @@ jobs: issues: write pull-requests: write steps: + #https://github.com/actions/first-interaction/tree/main - uses: actions/first-interaction@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }}