Skip to content

Commit

Permalink
chore(deps): bump fluxninja/openai-pr-reviewer from 0 to 1 (#12852)
Browse files Browse the repository at this point in the history
* chore(deps): bump fluxninja/openai-pr-reviewer from 0 to 1

Bumps [fluxninja/openai-pr-reviewer](https://github.com/fluxninja/openai-pr-reviewer) from 0 to 1.
- [Release notes](https://github.com/fluxninja/openai-pr-reviewer/releases)
- [Commits](coderabbitai/ai-pr-reviewer@v0...v1)

---
updated-dependencies:
- dependency-name: fluxninja/openai-pr-reviewer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: don't relabel for `dependabot[bot]`

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 23, 2023
1 parent 7defaea commit 79bfb3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

labeler:
name: Pull Request Labeler
if: ${{ github.event_name == 'pull_request_target' }}
if: ${{ github.event_name == 'pull_request_target' && github.actor != 'dependabot[bot]' }}
permissions:
contents: read
pull-requests: write
Expand All @@ -85,7 +85,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: fluxninja/openai-pr-reviewer@v0
- uses: fluxninja/openai-pr-reviewer@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
Expand Down

0 comments on commit 79bfb3a

Please sign in to comment.