Skip to content

Commit

Permalink
Merge pull request #575 from AirtestProject/v1.0.89
Browse files Browse the repository at this point in the history
V1.0.89
  • Loading branch information
yimelia committed Mar 29, 2023
2 parents 727f5e9 + 3e90e5e commit 65c2c5b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/cr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Code Review

permissions:
contents: read
pull-requests: write

on:
pull_request:
types: [opened, reopened, synchronize]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: anc95/ChatGPT-CodeReview@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
# Optional
LANGUAGE: Chinese
MODEL:
top_p: 1
temperature: 1
Binary file modified poco/drivers/android/lib/pocoservice-debug.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def parse_requirements(filename='requirements.txt'):

setup(
name='pocoui',
version='1.0.88',
version='1.0.89',
keywords="poco, automation test, ui automation",
description='Poco cross-engine UI automated test framework.',
long_description='Poco cross-engine UI automated test framework. 2018 present by NetEase Games',
Expand All @@ -20,6 +20,6 @@ def parse_requirements(filename='requirements.txt'):
license='Apache License 2.0',

author='Netease Games',
author_email='lxn3032@corp.netease.com, gzliuxin@corp.netease.com',
author_email='rockywhisper@163.com, lxhustauto@gmail.com',
url='https://github.com/AirtestProject/Poco',
)

0 comments on commit 65c2c5b

Please sign in to comment.