You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Welcome message on new Issues and Pull Requests'
3
+
inputs:
4
+
github-token:
5
+
description: 'GitHub token for repo'
6
+
required: true
7
+
issue-message:
8
+
description: 'Message to reply to new issue as a comment'
9
+
required: true
10
+
default: 'Thank you for creating an Issue and contributing to our Community project :tada:. Someone from the community will get back to you soon, usually within 24 hours'
11
+
pr-message:
12
+
description: 'Message to reply to new pull request as a comment'
13
+
required: true
14
+
default: 'Thank you for creating a Pull Request and contributing to our Community project :tada:. Someone from the community will get back to you soon, usually within 24 hours'
15
+
footer:
16
+
description: 'Append issue and pull request message with this message'
0 commit comments