Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-play-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
with:
serviceAccountJsonPlainText: ${{ secrets.PLAY_STORE_SERVICE_ACCOUNT_KEY }}
packageName: com.vicky7230.tasker2 # <<-- IMPORTANT: Replace with your actual app's package name
releaseFiles: app/build/outputs/bundle/release/app-release.aab # <<-- IMPORTANT: Verify this path for your AAB
releaseFiles: app/build/outputs/bundle/release/app-prod-release.aab # <<-- IMPORTANT: Verify this path for your AAB
track: production # Options: 'production', 'beta', 'alpha', 'internal', 'internalsharing'
status: completed # Options: 'completed', 'draft', 'inProgress', 'halted'
# Optional parameters:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pr_agent.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CodiumAI PR-Agent
name: AI Pr Review

on:
pull_request:
Expand All @@ -7,6 +7,7 @@ on:

jobs:
pr_agent_job:
name: Review Pr
if: ${{ github.event.sender.type != 'Bot' }}
runs-on: ubuntu-latest
permissions:
Expand Down
Loading