From 72f014cde6107d364d6bfddec7ab95b5ddb36c2a Mon Sep 17 00:00:00 2001 From: Pysio <71202163+pysio2007@users.noreply.github.com> Date: Wed, 5 Jun 2024 00:02:52 +0800 Subject: [PATCH] Create greetings.yml --- .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..f818326 --- /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@v1 + with: + repo-token: ${{ secrets.PYSIO_TOKEN }} + issue-message: "欢迎向本项目提交issue 请耐心等待审核" + pr-message: "感谢你提交PR,请在此检查图片/Url指向正确 耐心等待审核"