Merge pull request #4506 from janhq/chore/allow-only-internal-contributor
chore: ignore external contributors
This commit is contained in:
commit
f480dd35ca
1
.github/workflows/auto-assign-author.yml
vendored
1
.github/workflows/auto-assign-author.yml
vendored
@ -6,6 +6,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
assign-author:
|
assign-author:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user