apache / rocketmq-operator

Apache RocketMQ Operator
https://rocketmq.apache.org/
Apache License 2.0
308 stars 126 forks source link

Add addtional action to repository #206

Closed drivebyer closed 5 months ago

drivebyer commented 6 months ago

In #190, I aim to add a workflow that runs E2E tests for every PR. This workflow may require certain actions to set up the test environment, such as installing a Kind cluster or testing tools like Chainsaw. However, it appears that the repository does not allow these actions, as seen at https://github.com/apache/rocketmq-operator/actions/runs/7348942797. Therefore, I suggest adding these actions to the allowed list.

drivebyer commented 6 months ago

cc @caigy @RongtongJin

caigy commented 6 months ago

@drivebyer It seems those limits are set by Apache. Similar problems are encountered in other communities:

caigy commented 6 months ago

@drivebyer The document below introduces e2e testing for operator sdk, it might be helpful:

drivebyer commented 6 months ago

@drivebyer The document below introduces e2e testing for operator sdk, it might be helpful:

OK.

drivebyer commented 5 months ago

I closed it, becouse it be workaround by https://github.com/apache/rocketmq-operator/pull/211.