Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
14a05b2511 | ||
|
|
1ba5d0f229 | ||
|
|
215051d77c | ||
|
|
2144f78be8 | ||
|
|
c99bd8f80b |
@@ -11,7 +11,7 @@ steps:
|
|||||||
- uses: actions/first-interaction@v1
|
- uses: actions/first-interaction@v1
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
issue-message: '# Mesage with markdown.\nThis is the message that will be displayed on users' first issue.'
|
issue-message: '# Message 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.'
|
pr-message: 'Message that will be displayed on users' first pr. Look, a `code block` for markdown.'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
+5
-5
@@ -1,14 +1,14 @@
|
|||||||
name: 'First interaction'
|
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'
|
author: 'GitHub'
|
||||||
inputs:
|
inputs:
|
||||||
repo-token:
|
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
|
required: true
|
||||||
issue-message:
|
issue-message:
|
||||||
description: 'Comment to post on an individuals first issue'
|
description: 'Comment to post on an individual''s first issue'
|
||||||
pr-message:
|
pr-message:
|
||||||
description: 'Comment to post on an individuals first pull request'
|
description: 'Comment to post on an individual''s first pull request'
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'Dockerfile'
|
image: 'Dockerfile'
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/actions/container-toolkit-template.git"
|
"url": "git+https://github.com/actions/first-interaction.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"actions",
|
"actions",
|
||||||
|
|||||||
Reference in New Issue
Block a user