Delete codeball.yml (#159)
This commit is contained in:
20
.github/workflows/codeball.yml
vendored
20
.github/workflows/codeball.yml
vendored
@@ -1,20 +0,0 @@
|
|||||||
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"
|
|
||||||
Reference in New Issue
Block a user