mirror of
https://github.com/correl/mage.git
synced 2025-04-01 09:05:59 -09:00
Create mtg-fetch-cards.yml
This commit is contained in:
parent
46e0bb9473
commit
0c819f1625
1 changed files with 20 additions and 0 deletions
20
.github/workflows/mtg-fetch-cards.yml
vendored
Normal file
20
.github/workflows/mtg-fetch-cards.yml
vendored
Normal 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 }}
|
Loading…
Add table
Reference in a new issue