From f89be6cd876558e70fec6547067e3916702b722e Mon Sep 17 00:00:00 2001 From: Fabiana Campanari Date: Sun, 23 Jun 2024 16:19:11 -0300 Subject: [PATCH] Create first-interaction.yml Signed-off-by: Fabiana Campanari --- .github/first-interaction.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/first-interaction.yml diff --git a/.github/first-interaction.yml b/.github/first-interaction.yml new file mode 100644 index 0000000..7e49a92 --- /dev/null +++ b/.github/first-interaction.yml @@ -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' +