generated from actions/container-toolkit-action
-
Notifications
You must be signed in to change notification settings - Fork 337
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
name: 'First interaction' | ||
description: 'Get started with Container actions' | ||
name: 'Greet New Contributors' | ||
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 repo. Can be passed in using {{ secrets.GITHUB_TOKEN }}' | ||
description: 'Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }}' | ||
required: true | ||
issue-message: | ||
description: 'Comment to post on an individuals first issue' | ||
description: 'Comment to post on an individual''s first issue' | ||
pr-message: | ||
description: 'Comment to post on an individuals first pull request' | ||
description: 'Comment to post on an individual''s first pull request' | ||
runs: | ||
using: 'docker' | ||
image: 'Dockerfile' | ||
image: 'Dockerfile' |
1ba5d0f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dockerfile
1ba5d0f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.