Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
chore: add Codeball GitHub Action (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
darccio committed Feb 15, 2023
1 parent 8b9eed3 commit 6e7f1e5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/codeball.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Codeball
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review

jobs:
codeball_job:
runs-on: ubuntu-latest
name: Codeball
steps:
- name: Codeball
uses: sturdy-dev/codeball-action@v2
with:
approvePullRequests: "true"
labelPullRequestsWhenApproved: "true"
labelPullRequestsWhenReviewNeeded: "false"
failJobsWhenReviewNeeded: "true"

0 comments on commit 6e7f1e5

Please sign in to comment.