chore: rename branch 3.0.x to stable
This commit is contained in:
parent
5aac4eb3a9
commit
af4f8fe02d
|
@ -8,7 +8,7 @@
|
|||
"branchTopic": "lock-file-maintenance-{{packageFile}}",
|
||||
"schedule": ["after 4am and before 5am on monday"]
|
||||
},
|
||||
"baseBranches": ["main", "3.0.x"],
|
||||
"baseBranches": ["main", "stable"],
|
||||
"labels": ["dependencies"],
|
||||
"packageRules": [
|
||||
{
|
||||
|
|
|
@ -2,7 +2,7 @@ name: Analyzer
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main, 3.0.x]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/analyzer.yml
|
||||
|
@ -10,7 +10,7 @@ on:
|
|||
- shared/**
|
||||
|
||||
pull_request:
|
||||
branches: [main, 3.0.x]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/analyzer.yml
|
||||
|
|
|
@ -2,7 +2,7 @@ name: API Client
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main, 3.0.x]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/api-client.yml
|
||||
|
@ -10,7 +10,7 @@ on:
|
|||
- shared/**
|
||||
|
||||
pull_request:
|
||||
branches: [main, 3.0.x]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/api-client.yml
|
||||
|
|
|
@ -2,7 +2,7 @@ name: API
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main, 3.0.x]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/api.yml
|
||||
|
@ -10,7 +10,7 @@ on:
|
|||
- shared/**
|
||||
|
||||
pull_request:
|
||||
branches: [main, 3.0.x]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/api.yml
|
||||
|
|
|
@ -3,9 +3,9 @@ name: Container
|
|||
on:
|
||||
push:
|
||||
tags: ["[0-9]+.[0-9]+.[0-9]+*"]
|
||||
branches: [main, 3.0.x]
|
||||
branches: [main, stable]
|
||||
pull_request:
|
||||
branches: [main, 3.0.x]
|
||||
branches: [main, stable]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
|
|
@ -2,14 +2,14 @@ name: Docs
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main, 3.0.x]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/vale/**
|
||||
- .github/workflows/docs.yml
|
||||
- docs/**
|
||||
|
||||
pull_request:
|
||||
branches: [main, 3.0.x]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/vale/**
|
||||
- .github/workflows/docs.yml
|
||||
|
|
|
@ -2,14 +2,14 @@ name: Legacy
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main, 3.0.x]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/workflows/legacy.yml
|
||||
- api/**
|
||||
- legacy/**
|
||||
|
||||
pull_request:
|
||||
branches: [main, 3.0.x]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/workflows/legacy.yml
|
||||
- api/**
|
||||
|
|
|
@ -2,7 +2,7 @@ name: Playout
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main, 3.0.x]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/playout.yml
|
||||
|
@ -11,7 +11,7 @@ on:
|
|||
- shared/**
|
||||
|
||||
pull_request:
|
||||
branches: [main, 3.0.x]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/playout.yml
|
||||
|
|
|
@ -2,10 +2,10 @@ name: Project
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main, 3.0.x]
|
||||
branches: [main, stable]
|
||||
pull_request:
|
||||
types: [opened, reopened, synchronize, edited]
|
||||
branches: [main, 3.0.x]
|
||||
branches: [main, stable]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
|
|
@ -2,14 +2,14 @@ name: Shared
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main, 3.0.x]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/shared.yml
|
||||
- shared/**
|
||||
|
||||
pull_request:
|
||||
branches: [main, 3.0.x]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/shared.yml
|
||||
|
|
|
@ -2,14 +2,14 @@ name: Worker
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main, 3.0.x]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/worker.yml
|
||||
- worker/**
|
||||
|
||||
pull_request:
|
||||
branches: [main, 3.0.x]
|
||||
branches: [main, stable]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/worker.yml
|
||||
|
|
Loading…
Reference in New Issue