From aaea629f324e447e8528b3d4af90f73638b3d9c4 Mon Sep 17 00:00:00 2001 From: Kevin Nitro Date: Tue, 9 Jan 2024 01:01:32 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Add=20Greeting=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/greetings.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/greetings.yml diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml new file mode 100644 index 0000000..78ae0f3 --- /dev/null +++ b/.github/workflows/greetings.yml @@ -0,0 +1,16 @@ +name: Greetings + +on: [pull_request_target, issues] + +jobs: + greeting: + runs-on: ubuntu-latest + permissions: + issues: write + pull-requests: write + steps: + - uses: actions/first-interaction@main + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + issue-message: "Hello. Có thể Kevin Nitro sẽ rep sớm thôi. Chờ tẹo nha 😴" + pr-message: "Bro có chắc là nó chạy không mà PR vậy 😶‍🌫️"