Skip to content

Bump actions/checkout from 6 to 7 #2112

Bump actions/checkout from 6 to 7

Bump actions/checkout from 6 to 7 #2112

name: 'First interaction'

Check failure on line 1 in .github/workflows/first-interaction.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/first-interaction.yml

Invalid workflow file

(Line: 3, Col: 1): Unexpected value 'author', (Line: 4, Col: 1): Unexpected value 'inputs', (Line: 12, Col: 1): Unexpected value 'runs', (Line: 1, Col: 1): Required property is missing: jobs
description: 'Greet new contributors when they create their first issue or open their first pull request'
author: 'GitHub'
inputs:
repo-token:
description: 'Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }}'
required: true
issue-message:
description: 'Comment to post on an individual''s first issue'
pr-message:
description: 'Comment to post on an individual''s first pull request'
runs:
using: 'docker'
image: 'Dockerfile'