mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +08:00
Create codeball.yml
This commit is contained in:
parent
b36f013e2a
commit
311a6e9f2f
20
.github/workflows/codeball.yml
vendored
Normal file
20
.github/workflows/codeball.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
name: Codeball
|
||||||
|
on:
|
||||||
|
pull_request: {}
|
||||||
|
pull_request_review_comment:
|
||||||
|
types: [created, edited]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
codeball_job:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: Codeball
|
||||||
|
steps:
|
||||||
|
# Run Codeball on all new Pull Requests and Review Comments! 🚀
|
||||||
|
# For customizations and more documentation, see https://github.com/sturdy-dev/codeball-action
|
||||||
|
- name: Codeball
|
||||||
|
uses: sturdy-dev/codeball-action@v2
|
||||||
|
with:
|
||||||
|
approvePullRequests: "true"
|
||||||
|
labelPullRequestsWhenApproved: "true"
|
||||||
|
labelPullRequestsWhenReviewNeeded: "false"
|
||||||
|
failJobsWhenReviewNeeded: "false"
|
Loading…
Reference in New Issue
Block a user