From 52bbc05ff7477cea9f192750b23057f92eb618fd Mon Sep 17 00:00:00 2001 From: Islandora Foundation Community <92804539+islandora-community@users.noreply.github.com> Date: Mon, 9 May 2022 14:23:27 -0600 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 12 ++++++++++++ 1 file changed, 12 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 000000000..a09397819 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,12 @@ +# This is a basic workflow to help you get started with Actions +on: + issues: + types: [opened] +jobs: + createCard: + runs-on: ubuntu-latest + steps: + - name: Create or Update Project Card + uses: peter-evans/create-or-update-project-card@v2 + with: + project-name: Islandora Issues Queue