zregvart commented on a change in pull request #741:
URL: https://github.com/apache/camel-website/pull/741#discussion_r794372568



##########
File path: .asf.yaml
##########
@@ -17,18 +17,6 @@
 
 notifications:
   pullrequests: commits@camel.apache.org
-  jira_options: link label comment

Review comment:
       Looks like a typo

##########
File path: static/.asf.yaml
##########
@@ -0,0 +1,34 @@
+#

Review comment:
       We should keep this file in `camel-website-pub` repository

##########
File path: .asf.yaml
##########
@@ -17,18 +17,6 @@
 
 notifications:
   pullrequests: commits@camel.apache.org
-  jira_options: link label comment
+  jira_options: link label=
 publish:
   whoami: asf-site

Review comment:
       This needs to be removed if we're not publishing from the `asf-site` 
branch

##########
File path: .asf.yaml
##########
@@ -17,18 +17,6 @@
 
 notifications:
   pullrequests: commits@camel.apache.org
-  jira_options: link label comment
+  jira_options: link label=
 publish:
   whoami: asf-site
-github:
-  labels:
-    - camel
-    - integration
-    - java
-    - hacktoberfest
-  enabled_merge_buttons:
-    squash:  true
-    merge:   false
-    rebase:  true
-  features:
-    issues: true

Review comment:
       This has little to do with publishing the website, accidentally removed?

##########
File path: Jenkinsfile
##########
@@ -94,7 +94,7 @@ pipeline {
             steps {
                 dir('deploy/live') {
                     deleteDir()
-                    sh 'git clone -b asf-site 
https://gitbox.apache.org/repos/asf/camel-website.git .'
+                    sh 'git clone -b asf-site 
https://gitbox.apache.org/repos/asf/camel-website-pub.git .'
                     sh "git -c core.editor='sed -i 2,/\$(git log --skip=9 -1 
--pretty=format:%h)/s/^pick/squash/' rebase -q --interactive $STOP_SQUASH_AT" 
// squash all but initial and last 9 commits

Review comment:
       `STOP_SQUASH_AT` needs to be updated




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to