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