mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
ci: Skip assing workflow on bot accounts
This commit is contained in:
1
.github/workflows/assign.yml
vendored
1
.github/workflows/assign.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user