chore: rename branch 3.0.x to stable

This commit is contained in:
jo 2023-03-15 17:14:51 +01:00 committed by Kyle Robbertze
parent 5aac4eb3a9
commit af4f8fe02d
11 changed files with 21 additions and 21 deletions

View File

@ -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": [
{

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 }}

View File

@ -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

View File

@ -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/**

View File

@ -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

View File

@ -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 }}

View File

@ -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

View File

@ -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