File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Greetings
2+
3+ on : [pull_request, issues]
4+
5+ jobs :
6+ greeting :
7+ runs-on : ubuntu-latest
8+ steps :
9+ - uses : actions/first-interaction@v1
10+ with :
11+ repo-token : ${{ secrets.GITHUB_TOKEN }}
12+ issue-message : >
13+ Welcome! Thanks for posting your first issue. The way things work here is that while customer issues are prioritized,
14+ other issues go into our backlog where they are assessed and fitted into the roadmap when suitable.
15+ If you need to get this done, consider buying a license which also enables you to use it in your commercial products.
16+ More information can be found on https://unidoc.io/
17+ pr-message : >
18+ Thanks for posting your first PR. Please be sure to sign the CLA and make sure that the
19+ the Developer Guidelines https://github.com/unidoc/unipdf/wiki/UniPDF-Developer-Guide were followed.
20+ You can expect that we will review the PR and post comments. The timeframe fpr this can vary depending
21+ on various factors, including which issue(s) the PR addresses and where it fits in the roadmap.
22+ Note also that customer PRs are prioritized.
You can’t perform that action at this time.
0 commit comments