Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Use of template literal ` in vision() statement #53

Use of template literal ` in vision() statement

Use of template literal ` in vision() statement #53

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: "💖 Thanks for opening your first issue here! 💖"
pr-message: "💖 Thanks for opening this pull request! 💖"