summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/labeler.yml2
-rw-r--r--.github/workflows/pr-mirror-repo-sync.yml2
-rw-r--r--.github/workflows/pull-request-labels.yml2
-rw-r--r--.github/workflows/pull-request-management.yml2
-rw-r--r--.github/workflows/pull-request-message-check.yml2
-rw-r--r--.github/workflows/unused-imports.yml2
6 files changed, 6 insertions, 6 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 3a16d27..5002745 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -3,7 +3,7 @@ equuleus:
- base-branch: 'equuleus'
current:
- any:
- - base-branch: 'current'
+ - base-branch: 'production'
sagitta:
- any:
- base-branch: 'sagitta'
diff --git a/.github/workflows/pr-mirror-repo-sync.yml b/.github/workflows/pr-mirror-repo-sync.yml
index ce07349..30dab14 100644
--- a/.github/workflows/pr-mirror-repo-sync.yml
+++ b/.github/workflows/pr-mirror-repo-sync.yml
@@ -6,7 +6,7 @@ name: PR Mirror and Repo Sync
on:
pull_request_target:
types: [closed]
- branches: [current]
+ branches: [production]
workflow_dispatch:
inputs:
sync_branch:
diff --git a/.github/workflows/pull-request-labels.yml b/.github/workflows/pull-request-labels.yml
index 31e1bd9..d7eef8d 100644
--- a/.github/workflows/pull-request-labels.yml
+++ b/.github/workflows/pull-request-labels.yml
@@ -4,7 +4,7 @@ name: Add pull request labels
on:
pull_request_target:
branches:
- - current
+ - production
- equuleus
- sagitta
diff --git a/.github/workflows/pull-request-management.yml b/.github/workflows/pull-request-management.yml
index 34c9c45..50feeec 100644
--- a/.github/workflows/pull-request-management.yml
+++ b/.github/workflows/pull-request-management.yml
@@ -4,7 +4,7 @@ name: Build Pull Request Package
on:
pull_request:
branches:
- - current
+ - production
- sagitta
- equuleus
diff --git a/.github/workflows/pull-request-message-check.yml b/.github/workflows/pull-request-message-check.yml
index 2487879..067c62e 100644
--- a/.github/workflows/pull-request-message-check.yml
+++ b/.github/workflows/pull-request-message-check.yml
@@ -4,7 +4,7 @@ name: Check pull request message format
on:
pull_request:
branches:
- - current
+ - production
- sagitta
- equuleus
diff --git a/.github/workflows/unused-imports.yml b/.github/workflows/unused-imports.yml
index 11db873..b911bd8 100644
--- a/.github/workflows/unused-imports.yml
+++ b/.github/workflows/unused-imports.yml
@@ -2,7 +2,7 @@ name: Check for unused imports using Pylint
on:
pull_request_target:
branches:
- - current
+ - production
- sagitta
jobs: