Skip to content

Commit

Permalink
ci: set incoming repository in require-additional-reviewer action
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Nov 2, 2022
1 parent 3e9f188 commit fad5c63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/require-additional-reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
repository: '${{ env.GITHUB_REPOSITORY }}'
# If the base branch has been merged into the release branch, we
# need to find the earliest common ancestor commit of the base and
# release branches.
Expand Down

0 comments on commit fad5c63

Please sign in to comment.