Skip to content

Commit

Permalink
skip pr-review as run out openai quota
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Jun 2, 2023
1 parent 5c2c948 commit a123be7
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/code-review.yaml
Expand Up @@ -5,15 +5,17 @@ permissions:
pull-requests: write

on:
pull_request_target:
branches:
- master
- release-*
paths-ignore:
- 'docs/**'
- '**.md'
- 'go.mod'
- 'go.sum'
workflow_dispatch:
# on:
# pull_request_target:
# branches:
# - master
# - release-*
# paths-ignore:
# - 'docs/**'
# - '**.md'
# - 'go.mod'
# - 'go.sum'

jobs:
review-code:
Expand Down

0 comments on commit a123be7

Please sign in to comment.