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

[BUG] FEATURE issue template does not appear #225

[BUG] FEATURE issue template does not appear

[BUG] FEATURE issue template does not appear #225

Workflow file for this run

name: Greeting for PR's and Issues
on: [pull_request_target, issues]
jobs:
greetings:
runs-on: ubuntu-latest
permissions:
issue: write

Check failure on line 7 in .github/workflows/greeting.yml

View workflow run for this annotation

GitHub Actions / Greeting for PR's and Issues

Invalid workflow file

The workflow is not valid. .github/workflows/greeting.yml (Line: 7, Col: 7): Unexpected value 'issue'
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{secrets.GITHUB_TOKEN}}
issue-message: "It's great having you contribute to this project. Welcome to the club 🔥"
pr-message: "It's great having you contribute to this project. Welcome to the club 🤓"