Back side of Invasion of Zendikar not recognized as a land creature (or Planar Outburst doesn't recognize certain land creatures) #24238
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Mtg Card Fetch Bot | |
on: | |
issue_comment: | |
types: [created] | |
issues: | |
types: [opened] | |
pull_request_review: | |
types: [submitted] | |
pull_request_review_comment: | |
types: [created] | |
jobs: | |
fetch-card-references: | |
name: Fetch MTG Card | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- uses: ldeluigi/mtg-fetch-action@v1 |