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