Skip to content

Commit

Permalink
feat: migrate to github
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Chikovani committed Sep 19, 2023
1 parent a04f6e5 commit 6c5ef48
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 205 deletions.
14 changes: 14 additions & 0 deletions .github/pr-title-checker-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"LABEL": {
"name": "",
"color": "EEEEEE"
},
"CHECKS": {
"prefixes": ["fix: ", "feat: ", "feature: ", "chore: ", "hotfix: "]
},
"MESSAGES": {
"success": "All OK",
"failure": "Missing prefix",
"notice": ""
}
}
16 changes: 16 additions & 0 deletions .github/workflows/pr_check_tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Code checks - tests

on:
push:
branches: [ development, release-* ] #TODO: drop once debug finished
pull_request:
branches:
- development
- release-*

jobs:
run_tests:
uses: epam/ai-dial-ci/.github/workflows/test_python_docker.yml@feat/test-ci
with:
bypass_checks: false
python_version: 3.11
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Release version

on:
push:
branches: [ development, release-* ]

env:
IMAGE_NAME: ${{ github.repository }}

jobs:
release:
uses: epam/ai-dial-ci/.github/workflows/publish_docker.yml@feat/test-ci
205 changes: 0 additions & 205 deletions .gitlab-ci.yml

This file was deleted.

0 comments on commit 6c5ef48

Please sign in to comment.