From 464d757706d5028dfc26417f8d66daa9bdb086e7 Mon Sep 17 00:00:00 2001 From: amber buchtela <84213452+Abuchtela@users.noreply.github.com> Date: Mon, 24 Jul 2023 16:43:35 -0500 Subject: [PATCH] Create .yml --- .github/workflows/.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/.yml diff --git a/.github/workflows/.yml b/.github/workflows/.yml new file mode 100644 index 0000000..22692ca --- /dev/null +++ b/.github/workflows/.yml @@ -0,0 +1,9 @@ +- name: First interaction + uses: actions/first-interaction@v1.1.1 + with: + # Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }} + repo-token: + # Comment to post on an individual's first issue + issue-message: # optional + # Comment to post on an individual's first pull request + pr-message: # optional