Skip to content

Commit

Permalink
Create codeball.yml (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
jupe authored Mar 29, 2023
1 parent e306116 commit 758b19b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/codeball.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Codeball
on:
pull_request: {}
pull_request_review_comment:
types: [created, edited]

jobs:
codeball_job:
runs-on: ubuntu-latest
name: Codeball
steps:
- name: Codeball
uses: sturdy-dev/codeball-action@v2
with:
# For all configuration options see https://github.com/sturdy-dev/codeball-action/blob/v2/action.yml
approvePullRequests: "true"
labelPullRequestsWhenApproved: "true"
labelPullRequestsWhenReviewNeeded: "false"
failJobsWhenReviewNeeded: "false"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# Similar to `install_requires` above, these must be valid existing
# projects.
extras_require={ # Optional
'dev': ['coverage', 'coveralls', 'mock', 'pylint', 'nose', 'pyinstaller']
'dev': ['coverage', 'coveralls', 'mock', 'pylint==2.15.10', 'nose', 'pyinstaller']
},
license="Mozilla Public License 2.0 (MPL 2.0)",
keywords="py.test pytest opentmi report",
Expand Down

0 comments on commit 758b19b

Please sign in to comment.