mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
9 lines
191 B
JavaScript
9 lines
191 B
JavaScript
const { createPR, gitBranch } = require("./pr-helper");
|
|
|
|
const postQuery = {
|
|
"head": gitBranch,
|
|
"base": "master",
|
|
"title": "chore: merge release in master"
|
|
}
|
|
|
|
createPR(postQuery); |