From 2c1a92b33f70b4b82839bccec77e482982d0b734 Mon Sep 17 00:00:00 2001 From: hannahz12 Date: Sun, 12 Jan 2025 15:37:16 -0500 Subject: [PATCH] Create main.yml1 --- .github/workflows/main.yml1 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/main.yml1 diff --git a/.github/workflows/main.yml1 b/.github/workflows/main.yml1 new file mode 100644 index 0000000..7d00b3b --- /dev/null +++ b/.github/workflows/main.yml1 @@ -0,0 +1,10 @@ + - name: First interaction + uses: actions/first-interaction@v1.3.0 + 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 +