From e045a45cefbcdba17f30c66cee5c70f4b28cd38b Mon Sep 17 00:00:00 2001 From: ClearlyElevated <51843882+ClearlyElevated@users.noreply.github.com> Date: Fri, 26 Jun 2020 01:29:59 -0700 Subject: [PATCH 1/3] Create greetings.yml --- .github/workflows/greetings.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/greetings.yml diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml new file mode 100644 index 00000000..28ee6b2f --- /dev/null +++ b/.github/workflows/greetings.yml @@ -0,0 +1,13 @@ +name: Greetings + +on: [pull_request, issues] + +jobs: + greeting: + runs-on: ubuntu-latest + steps: + - uses: actions/first-interaction@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + issue-message: 'Message that will be displayed on users'' first issue' + pr-message: 'Message that will be displayed on users'' first pr' From 70e6f4b5cb33e172ee839427fe543dee114f4c06 Mon Sep 17 00:00:00 2001 From: ClearlyElevated <51843882+ClearlyElevated@users.noreply.github.com> Date: Fri, 26 Jun 2020 04:24:40 -0700 Subject: [PATCH 2/3] Create _posts --- _posts | 1 + 1 file changed, 1 insertion(+) create mode 100644 _posts diff --git a/_posts b/_posts new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/_posts @@ -0,0 +1 @@ + From b07f3b23a33c17f437358e31ce66eec4c9eccdeb Mon Sep 17 00:00:00 2001 From: ClearlyElevated <51843882+ClearlyElevated@users.noreply.github.com> Date: Fri, 26 Jun 2020 04:24:57 -0700 Subject: [PATCH 3/3] Delete _posts --- _posts | 1 - 1 file changed, 1 deletion(-) delete mode 100644 _posts diff --git a/_posts b/_posts deleted file mode 100644 index 8b137891..00000000 --- a/_posts +++ /dev/null @@ -1 +0,0 @@ -