You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Pereslegin (Jira)" <ji...@apache.org> on 2020/05/08 10:27:00 UTC

[jira] [Updated] (IGNITE-12993) Github notification integrations on new ASF infra feature

     [ https://issues.apache.org/jira/browse/IGNITE-12993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Pereslegin updated IGNITE-12993:
--------------------------------------
    Description: 
Recent github pull requests are not automatically linked to the jira tickets.

Infra advises creating a yaml configuration in the root of the repository with the settings for the github bot.

Feature description: [https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories]

According to the current github setup, I suggest the following initial configuration:
{code:yaml}
github: 
  description: "Apache Ignite"
  homepage: https://ignite.apache.org/
  labels: 
    - distributed-sql-database 
    - iot
    - osgi
    - network-client
    - ignite
    - data-management-platform
    - big-data
    - cloud
    - database
    - network-server
    - hadoop
    - sql
  features: 
    wiki: false
    issues: false
    projects: false
  enabled_merge_buttons: 
    squash:  true
    merge:   false
    rebase:  false
notifications: 
    commits:      commits@ignite.apache.org
    issues:       notifications@ignite.apache.org
    pullrequests: notifications@ignite.apache.org
    jira_options: link label worklog
{code}

  was:
Recent github pull requests are not automatically linked to the jira tickets.

Infra advises creating a yaml configuration in the root of the repository with the settings for the github bot.

Feature description: [https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories]

According to the current github setup, I suggest the following initial configuration:
{code:yaml}
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements.  See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership.  The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License.  You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

github:
  description: "Apache Ignite"
  homepage: https://ignite.apache.org/
  labels:
    - distributed-sql-database 
    - iot
    - osgi
    - network-client
    - ignite
    - data-management-platform
    - big-data
    - cloud
    - database
    - network-server
    - hadoop
    - sql
  features:
    wiki: false
    issues: false
    projects: false
  enabled_merge_buttons:
    squash:  true
    merge:   false
    rebase:  false
notifications:
    commits:      commits@ignite.apache.org
    issues:       notifications@ignite.apache.org
    pullrequests: notifications@ignite.apache.org
    jira_options: link label worklog
{code}


> Github notification integrations on new ASF infra feature
> ---------------------------------------------------------
>
>                 Key: IGNITE-12993
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12993
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Pavel Pereslegin
>            Assignee: Pavel Pereslegin
>            Priority: Major
>
> Recent github pull requests are not automatically linked to the jira tickets.
> Infra advises creating a yaml configuration in the root of the repository with the settings for the github bot.
> Feature description: [https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories]
> According to the current github setup, I suggest the following initial configuration:
> {code:yaml}
> github: 
>   description: "Apache Ignite"
>   homepage: https://ignite.apache.org/
>   labels: 
>     - distributed-sql-database 
>     - iot
>     - osgi
>     - network-client
>     - ignite
>     - data-management-platform
>     - big-data
>     - cloud
>     - database
>     - network-server
>     - hadoop
>     - sql
>   features: 
>     wiki: false
>     issues: false
>     projects: false
>   enabled_merge_buttons: 
>     squash:  true
>     merge:   false
>     rebase:  false
> notifications: 
>     commits:      commits@ignite.apache.org
>     issues:       notifications@ignite.apache.org
>     pullrequests: notifications@ignite.apache.org
>     jira_options: link label worklog
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)