From 15e7e9787f721addcebc15c3fcb3ebcf72202f75 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sat, 12 Aug 2023 00:24:27 +0800 Subject: Create maintain-one-comment.yml --- .github/workflows/maintain-one-comment.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/maintain-one-comment.yml (limited to '.github') diff --git a/.github/workflows/maintain-one-comment.yml b/.github/workflows/maintain-one-comment.yml new file mode 100644 index 0000000..beed0ce --- /dev/null +++ b/.github/workflows/maintain-one-comment.yml @@ -0,0 +1,22 @@ +name: Maintain One Comment + +on: + issues: + types: [opened, edited] + issue_comment: + types: [created, edited] + pull_request: + types: [assigned, opened, synchronize, edited] + +jobs: + comment: + runs-on: ubuntu-latest + steps: + - name: maintain-comment + uses: actions-cool/maintain-one-comment@v3 + with: + token: ${{ secrets.GITHUB_TOKEN }} + body: | + Hi 😀 + emojis: '+1, laugh' + body-include: '' -- cgit v1.2.3-70-g09d2