Create mtg-fetch-cards.yml

This commit is contained in:
ldeluigi 2020-12-27 02:12:45 +01:00 committed by GitHub
parent 46e0bb9473
commit 0c819f1625
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
.github/workflows/mtg-fetch-cards.yml vendored Normal file
View file

@ -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 }}