Skip to content

Commit

Permalink
Merge pull request #78 from Mindful-AI-Assistants/FabianaCampanari-pa…
Browse files Browse the repository at this point in the history
…tch-1

Create first-interaction.yml
  • Loading branch information
FabianaCampanari authored Jun 23, 2024
2 parents 4706134 + f89be6c commit d70b4f1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/first-interaction.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'First interaction'
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'

0 comments on commit d70b4f1

Please sign in to comment.