You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ga...@apache.org on 2023/03/10 03:54:26 UTC

[xmlgraphics-fop-pdf-images] branch main updated: Additional repo configuration (#5)

This is an automated email from the ASF dual-hosted git repository.

gadams pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/xmlgraphics-fop-pdf-images.git


The following commit(s) were added to refs/heads/main by this push:
     new 748d184  Additional repo configuration (#5)
748d184 is described below

commit 748d184a31fd295c3408dd4f838206ba68cde6c1
Author: Glenn Adams <gl...@skynav.com>
AuthorDate: Thu Mar 9 21:54:23 2023 -0600

    Additional repo configuration (#5)
---
 .asf.yaml  | 16 ++++++++++++++--
 .gitignore | 10 ++++++++++
 2 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 32a5cbd..28f454b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -4,9 +4,21 @@ github:
   labels:
     - fop
     - apache
+  enabled_merge_buttons:
+    merge:   false      # disable non-squashing merge
+    squash:  true
+    rebase:  true
+  protected_branches:
+    main:
+      strict: true
+      required_linear_history: true
+      required_signatures: true
+  dependabot_alerts:  true
+  dependabot_updates: false
 
 notifications:
-  commits:      commits@xmlgraphics.apache.org
-  issues:       fop-dev@xmlgraphics.apache.org
+  commits: commits@xmlgraphics.apache.org
+  issues: fop-dev@xmlgraphics.apache.org
   pullrequests: fop-dev@xmlgraphics.apache.org
+  jobs: fop-dev@xmlgraphics.apache.org
   jira_options: link label
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b4ec6dd
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+
+# maven artifacts
+target/
+
+# test artifacts
+build/
+
+# miscellaneous
+*~
+*.bak


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org