chore(ci): 更新许可证检查配置以禁用严格模式

- 将 fail-on-restrictive 设置为 false
- 将 fail-on-incompatible 设置为 false
- 添加注释说明配置变更原因
This commit is contained in:
GeWuYou 2026-02-02 19:51:03 +08:00
parent 22eebb6e2d
commit ffc75099c8

View File

@ -90,8 +90,8 @@ jobs:
uses: anistark/feluda@v1.11.1
with:
project-license: 'Apache-2.0'
fail-on-restrictive: true
fail-on-incompatible: true
fail-on-restrictive: false
fail-on-incompatible: false
verbose: true
update-badge: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}