From 2327530483dbf2085d127c69bd7379c7ce13d8ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=82=A0=E9=9D=99=E8=90=9D=E8=8E=89?= Date: Tue, 22 Jun 2021 16:47:59 +0800 Subject: [PATCH] Add IssueBot, merge #306 (cherry picked from commit 382090b3a3101f5d58fe4c9911cfe157f5a8666b) --- .github/workflows/issuebot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/issuebot.yml diff --git a/.github/workflows/issuebot.yml b/.github/workflows/issuebot.yml new file mode 100644 index 00000000..b6d0faea --- /dev/null +++ b/.github/workflows/issuebot.yml @@ -0,0 +1,12 @@ +name: Issuebot + +on: + issues: + types: [opened, edited] + +jobs: + new_issue: + name: Run Issuebot on new Issue + runs-on: ubuntu-latest + steps: + - uses: timi137137/actions-arclight-issue-prefilter@main \ No newline at end of file