Skip to content

Commit 816ddab

Browse files
authored
chore(github): auto assign ignore bot prs (#3960)
* chore(github): ignore PRs opened by bots * misc(): log out user metadata * fix(): use correct equality check * chore(): recompile action * chore(github): revert temporary changes
1 parent 36acf9a commit 816ddab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-assign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
auto-request-review:
99
runs-on: ubuntu-latest
10-
if: ${{ !github.event.pull_request.draft }}
10+
if: ${{ !github.event.pull_request.draft && github.event.pull_request.user.type != 'Bot' }}
1111
steps:
1212
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.4.0
1313
- uses: ./.github/workflows/actions/auto-request-reviews

0 commit comments

Comments
 (0)