Skip to content

Cosmetica worded badly #9

Cosmetica worded badly

Cosmetica worded badly #9

Workflow file for this run

name: Greetings
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
permissions:
issues: write
pull_requests: write

Check failure on line 11 in .github/workflows/first_contrib.yml

View workflow run for this annotation

GitHub Actions / Greetings

Invalid workflow file

The workflow is not valid. .github/workflows/first_contrib.yml (Line: 11, Col: 3): Unexpected value 'pull_requests'
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Hello! We've detected that this is your first issue here! If so, thank you! Please make sure everything in your template is correct!"
pr-message: "Hello! We've detected that this is your first PR here! If so, thank you! Please make sure everything in your template is correct and that you've reviewed our contributing guidelines, found here: https://notessential.blurryface.xyz/contributing"