Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
try now
Browse files Browse the repository at this point in the history
  • Loading branch information
gigitux committed Aug 3, 2022
1 parent 667f58a commit f3ded5a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/automate-team-review-assignment-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ on:
pull_request:
types: [opened, ready_for_review]

permissions:
pull-requests: "write"

jobs:
add-reviews:
if: github.event.pull_request.draft == false
if: github.event.pull_request.draft == false && github.actor !== 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Check config and assign reviews
Expand Down

0 comments on commit f3ded5a

Please sign in to comment.