From 4ddedf7553b72d7922cfdc1cf0aa7fe3c04a405b Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:57:16 -0500 Subject: [PATCH] Create greeting2.yml --- .github/workflows/greeting2.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/greeting2.yml diff --git a/.github/workflows/greeting2.yml b/.github/workflows/greeting2.yml new file mode 100644 index 0000000..0a52a51 --- /dev/null +++ b/.github/workflows/greeting2.yml @@ -0,0 +1,16 @@ +name: Greetings222 + +on: [pull_request_target, issues] + +jobs: + greeting: + runs-on: ubuntu-latest + permissions: + issues: write + pull-requests: write + steps: + - uses: actions/first-interaction@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + issue-message: "Message that will be displayed on users' first issue" + pr-message: "Message that will be displayed on users' first pull request"