From a159c245d19b5520d0fd3be6f3142a8661ff0f04 Mon Sep 17 00:00:00 2001 From: zyphlar Date: Sun, 1 Jan 2023 09:42:26 -0800 Subject: [PATCH] Add issue creation action --- .github/workflows/main.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..50430b6 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,13 @@ +on: + workflow_dispatch: +jobs: + create: + name: create + runs-on: ${{ matrix.os }} + steps: + - name: open-issue + uses: rishabhgupta/git-action-issue@05095a071ec1fa279fff18873b8de34366d38790 + with: + token: ${{ secrets.GITHUB_TOKEN }} + title: fff + body: fefefefe