Skip to content

Commit

Permalink
Merge pull request #1898 from bluewave-labs/gorkem-bwl-patch-1
Browse files Browse the repository at this point in the history
Create a workflow for first issue/pr.
  • Loading branch information
gorkem-bwl authored Mar 11, 2025
2 parents 9dfe09f + 5c1976e commit 3d83b1c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/first-issue-first-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- name: First interaction
uses: actions/[email protected]
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: Thanks for opening your first issue! :) # optional
# Comment to post on an individual's first pull request
pr-message: Thanks for creating your first PR! :) # optional

0 comments on commit 3d83b1c

Please sign in to comment.