mirror of
https://github.com/flarum/core.git
synced 2025-08-08 09:26:34 +02:00
chore(infra): bundlewatch
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
This commit is contained in:
@@ -9,5 +9,9 @@
|
|||||||
"maxSize": "30KB"
|
"maxSize": "30KB"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"defaultCompression": "gzip"
|
"defaultCompression": "gzip",
|
||||||
|
"ci": {
|
||||||
|
"repoBranchBase": "2.x",
|
||||||
|
"trackBranches": ["2.x"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
1
.github/workflows/REUSABLE_frontend.yml
vendored
1
.github/workflows/REUSABLE_frontend.yml
vendored
@@ -152,3 +152,4 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.bundlewatch_github_token }}
|
BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.bundlewatch_github_token }}
|
||||||
CI_COMMIT_SHA: ${{ github.event.pull_request.head.sha }}
|
CI_COMMIT_SHA: ${{ github.event.pull_request.head.sha }}
|
||||||
|
CI_BRANCH_BASE: ${{ github.event.pull_request.base.ref }}
|
||||||
|
Reference in New Issue
Block a user