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 +