Skip to content

Commit

Permalink
Set up autoreply
Browse files Browse the repository at this point in the history
Autoreply for Issues and PRs to direct the community to our forum
  • Loading branch information
enetosc authored Sep 20, 2023
1 parent 73ff3fb commit 5ea8bf4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on:
fork:
push:
branches: [main]
issues:
types: [opened]
pull_request_target:
types: [opened]


jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: EddieHubCommunity/gh-action-community/src/welcome@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thanks for your comment. This Flutter code is supplied “as is” and will not be accepting code contributions regularly, but rather we provide it as sample code that you can adapt to your needs. Thus, we will allow forks to this repo which can be up/downvoted, but we will not be accepting PRs. We ask that you use the [Camera Kit Community Forum](https://community.snap.com/snapar/categories/camera-kit) for help from Snap and the broader developer community."
pr-message: "Thanks for your contribution. This Flutter code is supplied “as is” and will not be accepting code contributions regularly, but rather we provide it as sample code that you can adapt to your needs. Thus, we will allow forks to this repo which can be up/downvoted, but we will not be accepting PRs. We ask that you use the [Camera Kit Community Forum](https://community.snap.com/snapar/categories/camera-kit) for help from Snap and the broader developer community."
footer: ""

0 comments on commit 5ea8bf4

Please sign in to comment.