Skip to content

I'm getting an error while loading the code pages #8

I'm getting an error while loading the code pages

I'm getting an error while loading the code pages #8

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 creating the issue, please wait for the reply 💜"
pr-message: "Thanks for submitting the pull request, please wait for feedback💜"