Files
BiliBiliToolPro/.github/pull.yml
database-mysql e519cac94e
Some checks failed
CodeQL / Analyze (csharp) (push) Has been cancelled
Close Stale Issues / close_stale_issues (push) Has been cancelled
repo-sync / repo-sync (push) Has been cancelled
auto-deploy-tencent-scf / pre-check (push) Has been cancelled
auto-deploy-tencent-scf / deploy serverless (push) Has been cancelled
pull file
2026-02-11 23:32:56 +08:00

7 lines
383 B
YAML

version: "1"
rules: # Array of rules
- base: main # Required. Target branch
upstream: RayWangQvQ:main # Required. Must be in the same fork network.
mergeMethod: hardreset # Optional, one of [none, merge, squash, rebase, hardreset], Default: hardreset.
mergeUnstable: true # Optional, merge pull request even when the mergeable_state is not clean. Default: true