1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

chore(infra): bundlewatch

Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
This commit is contained in:
Sami Mazouz
2023-07-27 16:23:19 +01:00
parent b2a5a970e8
commit 2ffbc44b4e
2 changed files with 6 additions and 1 deletions

View File

@@ -9,5 +9,9 @@
"maxSize": "30KB"
}
],
"defaultCompression": "gzip"
"defaultCompression": "gzip",
"ci": {
"repoBranchBase": "2.x",
"trackBranches": ["2.x"]
}
}

View File

@@ -152,3 +152,4 @@ jobs:
env:
BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.bundlewatch_github_token }}
CI_COMMIT_SHA: ${{ github.event.pull_request.head.sha }}
CI_BRANCH_BASE: ${{ github.event.pull_request.base.ref }}