Merge pull request #7301 from ldeluigi/master

Github: added GitHub Actions bot that fetches cards in issue comments
This commit is contained in:
Oleg Agafonov 2021-02-10 05:35:37 +01:00 committed by GitHub
commit 06a25b6d10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

18
.github/workflows/mtg-fetch-cards.yml vendored Normal file
View file

@ -0,0 +1,18 @@
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