You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/sync_branches.yml
+12-15Lines changed: 12 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,6 @@
2
2
name: Sync Branches
3
3
on:
4
4
workflow_call:
5
-
inputs:
6
-
from:
7
-
description: "The prior release from which to sync"
8
-
required: true
9
-
type: string
10
-
to:
11
-
description: "The active release in which to sync"
12
-
required: true
13
-
type: string
14
5
secrets:
15
6
# PAT setup with content:write and pull_request:write
16
7
pat_token:
@@ -21,6 +12,12 @@ permissions: {}
21
12
env:
22
13
SYNC_COMMITTER_EMAIL: bot@mixxx.org
23
14
SYNC_COMMITTER_NAME: Mixxx Bot
15
+
16
+
# This variable stores the map of Mixxx branches that still being developed. The key is the branch receiving support and the value is the next version in line
0 commit comments