From 0c819f1625b4938ea827160da87cd16e4da9e5b9 Mon Sep 17 00:00:00 2001
From: ldeluigi <44567586+ldeluigi@users.noreply.github.com>
Date: Sun, 27 Dec 2020 02:12:45 +0100
Subject: [PATCH] Create mtg-fetch-cards.yml

---
 .github/workflows/mtg-fetch-cards.yml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 .github/workflows/mtg-fetch-cards.yml

diff --git a/.github/workflows/mtg-fetch-cards.yml b/.github/workflows/mtg-fetch-cards.yml
new file mode 100644
index 0000000000..d6162b5784
--- /dev/null
+++ b/.github/workflows/mtg-fetch-cards.yml
@@ -0,0 +1,20 @@
+name: Mtg Card Fetch Bot
+
+on:
+  issue_comment:
+    types: [created]
+  issues:
+    types: [opened]
+  pull_request:
+    types: [opened]
+  pull_request_review:
+    type: [submitted]
+
+jobs:
+  fetch-card-references:
+    name: Fetch MTG Card
+    runs-on: ubuntu-latest
+    steps:
+      - uses: ldeluigi/mtg-fetch-action@v1
+        with:
+          github-token: ${{ secrets.GITHUB_TOKEN }}