SeineAI / SeineSailor

Help developers navigating through the codebase smoothly
MIT License
4 stars 7 forks source link

remove all edits type of event and pull_request_review (because pull_… #8

Closed wenboown closed 5 months ago

wenboown commented 5 months ago

…request_review_comment will always concurrent with it); change concurrency policy, only pull request type of events need to enforce latest-only rule, all others should be allowing running independently; mentioning rules: pull requests will always get triggered, all others are comment type of jobs, will run on mention-only rules.