Skip to content

Commit

Permalink
Merge pull request #2 from springaialibaba/master
Browse files Browse the repository at this point in the history
infra: add .github files
  • Loading branch information
yuluo-yx authored Dec 14, 2024
2 parents 38abeef + 58a0552 commit 9f89010
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#
# 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.
#

blank_issues_enabled: false
contact_links:
- name: Question & FAQ & Proposal
url: https://github.com/alibaba/spring-ai-alibaba/issues/new/choose
about: Please submit the issue or discussion to the alibaba/spring-ai-alibaba repository.
3 changes: 3 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## What does this PR do?

> Add DashScope LLMs chat example
16 changes: 16 additions & 0 deletions .github/workflows/license.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#name: License Check
#
#on: [push, pull_request, workflow_dispatch]
#
#permissions:
# contents: read
#
#jobs:
# license:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: Check License
# uses: apache/skywalking-eyes@main
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
92 changes: 92 additions & 0 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
header:
license:
spdx-id: Apache-2.0
content: |
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.
paths-ignore:
- '**/*.versionsBackup'
- '**/.idea/'
- '**/*.iml'
- '**/.settings/*'
- '**/.classpath'
- '**/.project'
- '**/target/**'
- '**/generated/**'
- '**/*.log'
- '**/codestyle/*'
- '**/resources/META-INF/**'
- '**/resources/mockito-extensions/**'
- '**/*.proto'
- '**/*.cache'
- '**/*.txt'
- '**/*.load'
- '**/*.flex'
- '**/*.fc'
- '**/*.javascript'
- '**/*.properties'
- '**/*.thrift'
- '**/*.sh'
- '**/*.bat'
- '**/*.md'
- '**/*.svg'
- '**/*.png'
- '**/*.json'
- '**/*.conf'
- '**/*.ftl'
- '**/*.tpl'
- '**/*.factories'
- '**/*.handlers'
- '**/*.schemas'
- '**/*.nojekyll'
- '.git/'
- '.github/**'
- '**/.gitignore'
- '**/.helmignore'
- '.repository/'
- 'compiler/**'
- '.gitmodules'
- '**/.mvn/**'
- 'mvnw'
- 'mvnw.cmd'
- 'LICENSE'
- 'NOTICE'
- 'CNAME'
- 'Jenkinsfile'
- '**/vendor/**'
- '**/EmbeddedZooKeeper.java'
- 'test/scripts/case-versions.conf.*'
- '**/*.md'
- '**/*.MD'
- '**/src/main/resources/certs/**'
- '**/dubbo-samples-tengine/dubbo-samples-tengine-provider/src/main/resources/docker/sources.list'
- '**/.run/**'
- '**/*.js'
- '**/Dockerfile*'
- '**/*.xml'
- '**/*.properties'
- '**/*.yml'
- '**/*.yaml'
- 'online_bontique_demo/frontend/src/main/resources/static/styles/bootstrap.min.css'


comment: on-failure

license-location-threshold: 130

dependency:
files:
- pom.xml

0 comments on commit 9f89010

Please sign in to comment.