mage/.github/workflows/mtg-fetch-cards.yml

21 lines
370 B
YAML
Raw Normal View History

2020-12-27 01:12:45 +00:00
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]
2020-12-27 01:12:45 +00:00
jobs:
fetch-card-references:
name: Fetch MTG Card
runs-on: ubuntu-latest
steps:
- uses: ldeluigi/mtg-fetch-action@v1