mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-06-30 10:05:12 +08:00
Create codeball.yml
This commit is contained in:
parent
4f12f8c85c
commit
24e84bac2a
17
.github/workflows/codeball.yml
vendored
Normal file
17
.github/workflows/codeball.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: Codeball
|
||||||
|
on: [pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
codeball_job:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: Codeball
|
||||||
|
steps:
|
||||||
|
# Run Codeball on all new Pull Requests 🚀
|
||||||
|
# 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…
x
Reference in New Issue
Block a user