Add github action for automatically generating and tracking set implementation tracking issues #23218
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 |