mage/.github/workflows/mtg-fetch-cards.yml
ldeluigi 3c8c177043
Update mtg-fetch-cards.yml
Fix typos and add new events
2021-02-11 14:54:38 +01:00

20 lines
370 B
YAML

name: Mtg Card Fetch Bot
on:
issue_comment:
types: [created]
issues:
types: [opened]
pull_request:
types: [opened]
pull_request_review:
types: [submitted]
pull_request_review_comment:
types: [created]
jobs:
fetch-card-references:
name: Fetch MTG Card
runs-on: ubuntu-latest
steps:
- uses: ldeluigi/mtg-fetch-action@v1