mage/.github/workflows/mtg-fetch-cards.yml
2021-01-28 00:02:04 +01:00

18 lines
317 B
YAML

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