Skip to content

s[t.type] is not a constructor #694

s[t.type] is not a constructor

s[t.type] is not a constructor #694

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thank you for creating your first issue for the Swiss Army Knife custom card!"
pr-message: "Thank you for creating your first pull request for the Swiss Army Knife custom card!"