Skip to content

Commit

Permalink
Merge pull request #4506 from janhq/chore/allow-only-internal-contrib…
Browse files Browse the repository at this point in the history
…utor

chore: ignore external contributors
  • Loading branch information
Minh141120 authored Jan 22, 2025
2 parents 53f2943 + a59ba00 commit f480dd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-assign-author.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f480dd3

Please sign in to comment.