Skip to content

Call from the Grave (playtest card) is counterfeting Call from the grave (real card) but it might be in scryfall not us #1798

Call from the Grave (playtest card) is counterfeting Call from the grave (real card) but it might be in scryfall not us

Call from the Grave (playtest card) is counterfeting Call from the grave (real card) but it might be in scryfall not us #1798

Workflow file for this run

name: triage-issues
permissions:
issues: write
on:
issues:
types: [opened, labeled, unlabeled]
jobs:
triage-labels:
runs-on: ubuntu-latest
steps:
- name: If no labels, add triage
id: no-labels
uses: andymckay/labeler@master
if: ${{ join(github.event.issue.labels.*.name, ',') == '' }}
with:
add-labels: 'triage'
- name: If labeled, remove triage
uses: andymckay/labeler@master
if: ${{ steps.no-labels.outcome == 'skipped' && join(github.event.issue.labels.*.name, ',') != 'triage' }}
with:
remove-labels: 'triage'