ci: Skip assing workflow on bot accounts

This commit is contained in:
FabianLars
2024-09-10 12:45:05 +02:00
parent 7aae3ac57a
commit 765ab18463

View File

@@ -9,6 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Auto-assign PR to author
if: ${{ github.event.pull_request.user.type != 'Bot' }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# The gh cli currently does not consider the pr author an assignable user if they aren't part of the org