mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
19 lines
317 B
YAML
19 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
|