Skip to content

Math view fields with undefined frontmatter inputs no longer evaluate (regression since 1.4.7) #555

Math view fields with undefined frontmatter inputs no longer evaluate (regression since 1.4.7)

Math view fields with undefined frontmatter inputs no longer evaluate (regression since 1.4.7) #555

Workflow file for this run

name: Close Invalid Issue
on:
issues:
types:
- labeled
jobs:
closeIssue:
if: github.event.label.name == 'invalid'
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Close Issue
uses: peter-evans/close-issue@v2
with:
comment: This issue is invalid. Please conform to the issue templates.
close-reason: not_planned