Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nonebot/noneflow

NoneBot workflow management bot built with NoneBot
https://github.com/nonebot/noneflow

feat: 添加指向发布机器人仓库的链接

91c149b36255a7232928d10ccbd11413c4f66f11 authored about 2 years ago
feat: 添加修改提示 (#100)

提示可直接修改议题,并且可以通过评论重新触发插件加载检查。

6cd56580fe1506f3386613369d682994dcc11942 authored about 2 years ago
docs: 与 NoneBot 2 仓库同步

81a2da7be8a8822c9bd369820bba595197a5ceb8 authored about 2 years ago
improve: 优化运行条件,减少不必要的运行 (#99)

同一个议题触发下,只需要保留一个来运行插件加载测试。
拉取请求关闭时,不需要运行插件加载测试,所以跳过 poetry 安装。
在拉取请求下评论时,发布机器人不需要运行,直接跳过。

aaff1b34d19d8ddd9c36e10d8be2720ce8285301 authored about 2 years ago
fix: 修复 Actions 排队后未能正确跳过关闭的议题的问题

触发事件相关的议题在 Actions 执行时可能已经被关闭,所以需要获取最新的议题状态

64ca9f43d3190ea3ac1d3ae639c0e1de67a04a23 authored about 2 years ago
fix: 修复插件测试中创建项目失败时,没有正确判断的问题

15f3a067797b1dd98ba5cb6e922548931d35f171 authored about 2 years ago
change: 项目创建成功时,不需要输出

584e608c4b5be99c5a71cc0118b06678cf0fded9 authored about 2 years ago
feat: 输出当前插件的信息 (#98)

插件加载测试的时候同时输出当前测试的插件信息

5e0d7b88bcf3a33e9ea5b4759e0b00882eadf291 authored about 2 years ago
chore(release): v1.1.0

bc26084cb379077f38220b86414e013d16ccfbf1 authored about 2 years ago
test: 提高测试覆盖率 (#97)

eded990eb71d8051cda0f0f3599a2635c5bf8dab authored about 2 years ago
fix: 跳过插件测试后结果默认为真

0af8647c57fc8adc9972e9a925c5d9c316d9f5f9 authored about 2 years ago
improve: 输出发布检查的信息,方便查看错误详情

6040d4ec2c16403f4c43e295c1dc0c754aedc293 authored about 2 years ago
fix: 修复 pull_request_target 无法解析的问题

a5c33741cec4b362beac91a9d3240fe5b2b06cb3 authored about 2 years ago
fix: 修复事件解析不准确的问题

a91fe3c393137b93ede2ebc3a1530df95895357c authored about 2 years ago
change: event 输出 repr

b7ea385ec14bec4ed863c6ddf6458cbe7784420d authored about 2 years ago
fix: 修复创建拉取请求报错的问题

9c54f1c2060a4245fa0a32ecfb55fdcd14db3b1a authored about 2 years ago
fix: 修复合并后因插件测试无法解决冲突的问题

39ced447b8462f495c0fe330b17a4ee31f0e2dbb authored about 2 years ago
refactor: 抛弃 PyGithub 投入 githubkit 的怀抱 (#96)

03da26e4415e268c37568b90e5bd1aa2d5b542c9 authored about 2 years ago
improve: 评论内容无变化的时候,跳过修改

82ddd239872692cae043c389568e792aa958e1ff authored about 2 years ago
fix: 跳过在拉取请求下的评论

263901eeef710b437e292ed0e9821733157a9f75 authored about 2 years ago
Merge branch 'dev'

b59ef33a09e2d4f26cf946cddbc6b9d4dd1c73e4 authored about 2 years ago
Revert "Revert "Merge pull request #95 from nonebot/dev""

This reverts commit f21f92c6cedf5092cb4f18514620ac4045edbcfa.

b099aa29734515542aa3d2320f98aec87a0b1641 authored about 2 years ago
fix: 修复评论事件类型判断错误的问题

8473666b42b2ebf22b861fc365e08a37919f78be authored about 2 years ago
improve: 评论后将重新运行各项检查

28c1205db08c67cf53a4de5dc351bce7373a6b03 authored about 2 years ago
feat: 支持通过评论跳过插件测试

ce4690f97bb9452d25527a26896b650101a71472 authored about 2 years ago
Revert "Merge pull request #95 from nonebot/dev"

This reverts commit 70120452f5eac332f53c554466d5614285b098f0, reversing
changes made to 71f4f8f2...

f21f92c6cedf5092cb4f18514620ac4045edbcfa authored about 2 years ago
Merge pull request #95 from nonebot/dev

检查是否能正常加载插件

close #80

70120452f5eac332f53c554466d5614285b098f0 authored about 2 years ago
chore: auto update by pre-commit hooks (#94)

updates:
- [github.com/pycqa/isort: 5.10.1 → 5.11.4](https://github.com/pycqa/isort/compare/5.1...

ceb5c317303b91e98779d748ce54c54dde223af3 authored about 2 years ago
change: 先判断议题是否开启

cc80206545ce31538105d2be63d6c29e4ac867a2 authored about 2 years ago
improve: 统一输出格式,每一项末尾都加上句号

deff79c11466d91fd559ca5cebaf4c9defca099a authored about 2 years ago
chore(deps): 更新依赖,并提升容器 Python 版本至 3.10

8d093495b9d4582f172b37394ae0965186c1fbe9 authored about 2 years ago
feat: 直接使用测试脚本

这样可以很方便的调整 Python 和系统版本

5271e4fb2fe6258a7d7f0e9dcd20dfd13471090c authored about 2 years ago
fix: 修复插件测试错误报告的 summary 格式错误问题

7e2a961d2315a37585d310af303f7a74cd416ba8 authored about 2 years ago
fix: 修复除插件发布外因为测试结果不正确的错误

9151cbca734a2d7e1590509f556c3c3f09683f73 authored about 2 years ago
change: 调整插件加载测试的输出格式

3f6d6e4851d774ddb7780bb99caa7dd5a85ffaf4 authored about 2 years ago
fix: 修复测试结果判断错误的问题

a95f1b53df8c27c53a9f32ca25263e23559d4d78 authored about 2 years ago
feat: 支持测试插件加载情况

d195eb7df0201ab679fca848e761c475a2d1c62e authored about 2 years ago
fix: runner_debug 可为空

71f4f8f23c1679160bd1db694f27764bedc72abc authored about 2 years ago
change: 文件结尾加上换行符

不然会被 pre-commit fix

10d9bebb5fb098d8b2f1f3c69c071519c197b2b4 authored about 2 years ago
chore: auto update by pre-commit hooks (#92)

updates:
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.1 → v3.0.0-alpha.4](https://gi...

2ad309ba5e5eb3e2cd22ffc800b9bde540233a39 authored about 2 years ago
chore: auto update by pre-commit hooks (#91)

updates:
- [github.com/psf/black: 22.8.0 → 22.10.0](https://github.com/psf/black/compare/22.8.0...

ad9b37f090a140903820cc044c293c18c63983a6 authored over 2 years ago
feat: 添加调试输出

b78a8fddca74f972fc91e0ffaffc31c9913a3408 authored over 2 years ago
feat: 只有当文件发生变化后才强制推送

913b776c9afe2af05235b49f09e716104f4b7005 authored over 2 years ago
chore: auto update by pre-commit hooks (#88)

updates:
- [github.com/psf/black: 22.6.0 → 22.8.0](https://github.com/psf/black/compare/22.6.0....

185fc238474c93ebe69fc39225ea41597f57ab03 authored over 2 years ago
fix: 修复没有将对应拉取请求标题修改的问题

cb91925cdfd9169df976954ae24d936dce1dc71d authored over 2 years ago
fix: 修复未同时修改议题与拉取请求标题的问题 (#90)

fixes #89

859dee66a70db658e0daa3ba0ac2cfeeabb57e8d authored over 2 years ago
chore(release): v1.0.0

40d6688bb3e8287a7d33a4a343398e91d073902c authored over 2 years ago
chore: auto update by pre-commit hooks (#85)

updates:
- [github.com/pre-commit/mirrors-prettier: v2.6.1 → v2.6.2](https://github.com/pre-com...

4021637f270ce0da88fbf9e054cf459620768ffc authored over 2 years ago
change: 修改提交消息的格式,在最后添加上议题编号

4d0582d90ec813ff36359bc1878619b30e03645e authored over 2 years ago
docs: 修改更新日志

b75ceb63123b19c904619391311f786239979a67 authored over 2 years ago
fix: 修复解决冲突时的报错

之前忘了修改,并加上了简单测试

f3303d27befea6b27d8bc7b62713029ed68c6cee authored over 2 years ago
feat: 检测是否重复发布 (#86)

* 添加一个 globals

* 添加名称是否重复的验证

c5b28ac6225dcf6c8a9f32d5abcb3f7931b671e6 authored over 2 years ago
feat: 添加针对 PyPI 项目名与 import 包名的检查

bf000d7b0bd1bcf9be7efd0c7c7ffb4adfd2155a authored almost 3 years ago
fix: 修复提交叠叠乐

ea68352d1d01fcb3f2719626633f8e6ac460ae0e authored almost 3 years ago
change: 仅当议题未开启时跳过

3fc99863a8726bac5430d26a418a4d4f6333daa2 authored almost 3 years ago
fix: 修复当议题关闭仍然创建拉取请求的问题

议题关闭时会自动跳过

89d6e96bcbbcfcd4a9caec80a56ada99931938b7 authored almost 3 years ago
fix: 修复连续两个项目未填写时的错误匹配

a3545e9d719d4fb05510714e604d52a80d9e86d1 authored almost 3 years ago
change: 检查信息是否填写完整

b46c7c9f19d8d061709a361226ea1f85cf54bb32 authored almost 3 years ago
fix: 修复意外匹配到空白字符的问题

03f5afc96873a54097180c9ede25e8cd0718b20e authored almost 3 years ago
fix: 修复缺失信息时的错误匹配

如果议题内容不全的情况下,可能会出现错误匹配

1021e8ad16f27c0e2e56adaa1054409de7f8971b authored almost 3 years ago
change: 支持 pull_request_target 事件

dc3a219129d0705cb8e63cb16291b88b70ce6413 authored almost 3 years ago
remove: 移除对 push 事件支持

1a315df2516d67f2a3ff68898a7468ad110b3b36 authored almost 3 years ago
fix: 修复关闭已经关闭的议题时的报错

如果议题已经关闭,则跳过。只有当议题开启时,才关闭议题。

47afb627cddfb78c1d4318b30fe0483fdeabf9df authored almost 3 years ago
change: 通过评论中的 <!-- PUBLISH_BOT --> 判断是否为机器人的评论

97f3184b3d7309dd9bfe16df2d690ef1ce726789 authored almost 3 years ago
fix: 修复标签列表中不全是字典时输出有误的问题

8729dd5c8af8477b02583252b0b3b7f4071f811d authored almost 3 years ago
style: 添加 pre-commit

9419b35cbc52ff7822f0a70bdb285d5a0c581e04 authored about 3 years ago
ci: 合并两个 action

5a6aeb57149f6dd70caa3c1c674a356d50cba98f authored about 3 years ago
ci: 优化 actions

aff29ebb9315bdd783c3fbe38481946cf7aa575c authored about 3 years ago
ci: 删除 Publish Unit Test Results

af000fc973e3868944866d54383457688b2f560d authored about 3 years ago
ci: 修复 dev 分支无法触发的问题

25bef9554be56fadb1d1f84dc89c97f56f7447b1 authored about 3 years ago
ci: 直接编译好可以使用的镜像

1469835d2e1fb537f29e23d813bbc4aeb91a5e8f authored about 3 years ago
Revert "feat: 添加插件加载验证"

因为安全问题无法保证

This reverts commit
116a4056aa720460a7b4f1b8210564002715b1b7
to
8141dde1af576db24862...

2614f0fc5f0f423f0fd2ab2937de67bda5c9f2d2 authored about 3 years ago
chore(release): v0.5.2

f0a2cd326cd82b2e90885a8425b9be63368929c0 authored about 3 years ago
test: 修复测试报错

116a4056aa720460a7b4f1b8210564002715b1b7 authored about 3 years ago
change: 限制 nonebot 版本,仅支持 bata1

03a91296dc0208abb9cb98f57267949965274805 authored about 3 years ago
change: 如果虚拟环境设置失败则整个 action 报错

165be7d31ea890e7dbce0c5b9133bb26b02c2f52 authored about 3 years ago
improve: 完善输出信息

de65a39161e443608b54db2a670a236b6fda57ea authored about 3 years ago
fix: 修复在 Linux 上找不到 python 可执行文件的问题

b3a0f167ee11d04406b7718d0e139dce6b18ff25 authored about 3 years ago
fix: 修复创建文件错误

cc8e0adfcdc473ed40815d158d7e2af5fcc9757c authored about 3 years ago
chore(deps): 更新依赖

cfcb803491b0ff556c2013ef7188c8ac326090d2 authored about 3 years ago
feat: 添加插件加载验证

8141dde1af576db24862497684797d2004d293fb authored about 3 years ago
style: 使用 TYPE_CHECKING

ea1415e799c7a27ccdf2cbb9401a14a89be5dfb2 authored about 3 years ago
refactor: 从议题提取数据时,如果报错直接返回异常

d42dcf7d5266f429b28ee92bc8c36598c6792543 authored about 3 years ago
chore(deps): 使用优化后的镜像

cb2aed6b0455cde42b4cc6b33a0acf6060e8162b authored about 3 years ago
build: 优化 base 镜像

4e2681c48192048eab6b35e98dd9a7ed1f1b98b3 authored about 3 years ago
fix: 跳过未通过检查的发布

b5656cf392f386b193ae65352b0726d60bff4558 authored about 3 years ago
fix: 拉取请求的标题少了冒号

d93f95066f68ebaa3bf32aa0abc416f5adf69a1d authored about 3 years ago
chore(release): v0.5.1

760d04ba21fea85ca99f2814734a76eccc1d321a authored about 3 years ago
chore(deps): 使用最新的依赖

a2a1554442f06431143f501b187de41465b50a6d authored about 3 years ago
fix: 修复依赖安装出错

cbcf00820a29aff4e0f1cfdacdc267589b4b5927 authored about 3 years ago
chore(deps): 更新依赖

a2c3f9cbe8b9de5e5754089f932d970fc1b95e72 authored about 3 years ago
fix: 修复 poetry: not found

e85d345f62b6175146ce0eafb904675a10b04e85 authored about 3 years ago
ci: 当 poetry.lock 变化时,自动更新 base 镜像

a9cdb2a11ddde3ee211304b5781cb13872241f30 authored about 3 years ago
improve: 使用自建的镜像以提升速度

200935dfbb41354e1eba10f7319e761639885093 authored about 3 years ago
ci: 添加 base 镜像

6c7f19ccb256e8bfa0d384af82fdbcb1606050fb authored about 3 years ago
fix: 完善缺少字段时的报错

894d36054dd191b4320bb8304a695a00d220a181 authored about 3 years ago
fix: 修复标签不是列表时的报错

37c98ac5c1ae9559709ef882ca15c90eb5b73913 authored about 3 years ago
fix: 修复标签相关的报错

086bad7bcf4f11e1925c8998de0a7b1d9cbd3983 authored about 3 years ago
feat: 添加针对 json 格式的检查

17e129f0bef200c90a92a1b7d107f33ee47e674d authored about 3 years ago
chore(release): v0.5.0

242c0d7318a6c2b3a355200528368071eae3bc28 authored about 3 years ago