Merge pull request #4506 from janhq/chore/allow-only-internal-contributor

chore: ignore external contributors
This commit is contained in:
Nguyen Ngoc Minh 2025-01-22 21:41:08 +07:00 committed by GitHub
commit f480dd35ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,7 @@ on:
jobs:
assign-author:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
permissions:
pull-requests: write
steps: