Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6de062d9b6 | |||
| 8c5a0e4aad | |||
| 6947fba479 | |||
| 14a05b2511 | |||
| 1ba5d0f229 | |||
| 215051d77c | |||
| 2144f78be8 | |||
| c99bd8f80b |
@@ -11,8 +11,12 @@ steps:
|
||||
- uses: actions/first-interaction@v1
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
issue-message: '# Mesage with markdown.\nThis is the message that will be displayed on users' first issue.'
|
||||
pr-message: 'Message that will be displayed on users' first pr. Look, a `code block` for markdown.'
|
||||
issue-message: |-
|
||||
# Message with markdown.
|
||||
This is the message that will be displayed on users' first issue.
|
||||
pr-message: |-
|
||||
Message that will be displayed on users' first pr.
|
||||
Look, a `code block` for markdown.
|
||||
```
|
||||
|
||||
# License
|
||||
|
||||
+5
-5
@@ -1,14 +1,14 @@
|
||||
name: 'First interaction'
|
||||
description: 'Get started with Container actions'
|
||||
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'
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/actions/container-toolkit-template.git"
|
||||
"url": "git+https://github.com/actions/first-interaction.git"
|
||||
},
|
||||
"keywords": [
|
||||
"actions",
|
||||
|
||||
Reference in New Issue
Block a user