Skip to content

Commit 5ea8bf4

Browse files
authored
Set up autoreply
Autoreply for Issues and PRs to direct the community to our forum
1 parent 73ff3fb commit 5ea8bf4

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/main.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
on:
2+
fork:
3+
push:
4+
branches: [main]
5+
issues:
6+
types: [opened]
7+
pull_request_target:
8+
types: [opened]
9+
10+
11+
jobs:
12+
welcome:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: EddieHubCommunity/gh-action-community/src/welcome@main
16+
with:
17+
github-token: ${{ secrets.GITHUB_TOKEN }}
18+
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."
19+
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."
20+
footer: ""

0 commit comments

Comments
 (0)