aboutsummaryrefslogtreecommitdiff
path: root/unipdf/.github/workflows
diff options
context:
space:
mode:
authorleshe4ka46 <alex9102naid1@ya.ru>2025-10-19 14:47:59 +0300
committerleshe4ka46 <alex9102naid1@ya.ru>2025-10-19 14:47:59 +0300
commite17a425dfb3382310fb5863f516dacdca9f44956 (patch)
tree7babb3048d0eb20aa1e68e9b29c2acfa794ab96f /unipdf/.github/workflows
parent091963a50c3bb2926f559f01c49e8f5bd03d2bfd (diff)
fuck the unipdf licencing
Diffstat (limited to 'unipdf/.github/workflows')
-rw-r--r--unipdf/.github/workflows/greetings.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/unipdf/.github/workflows/greetings.yml b/unipdf/.github/workflows/greetings.yml
new file mode 100644
index 0000000..0bb4907
--- /dev/null
+++ b/unipdf/.github/workflows/greetings.yml
@@ -0,0 +1,22 @@
+name: Greetings
+
+on: [issues]
+
+jobs:
+ greeting:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/first-interaction@v1
+ with:
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
+ issue-message: >
+ Welcome! Thanks for posting your first issue. The way things work here is that while customer issues are prioritized,
+ other issues go into our backlog where they are assessed and fitted into the roadmap when suitable.
+ If you need to get this done, consider buying a license which also enables you to use it in your commercial products.
+ More information can be found on https://unidoc.io/
+ pr-message: >
+ Thanks for posting your first PR. Please be sure to sign the CLA and make sure that the
+ the Developer Guidelines https://github.com/unidoc/unipdf/wiki/UniPDF-Developer-Guide were followed.
+ You can expect that we will review the PR and post comments. The timeframe fpr this can vary depending
+ on various factors, including which issue(s) the PR addresses and where it fits in the roadmap.
+ Note also that customer PRs are prioritized.