Skip to content

Commit

Permalink
Add missing repository in the automation to set PR milestone
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Feb 22, 2024
1 parent c7a21e1 commit 1e8e01b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion fastlane/lanes/release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,11 @@ def create_release_management_pull_request(release_version:, base_branch:, title
#
# PR URLs are in the format github.com/org/repo/pull/id
pr_number = File.basename(pr_url)
update_pull_requests_milestone(pr_numbers: [pr_number], to_milestone: release_version)
update_pull_requests_milestone(
repository: GITHUB_REPO,
pr_numbers: [pr_number],
to_milestone: release_version
)

# Return the PR URL
pr_url
Expand Down

0 comments on commit 1e8e01b

Please sign in to comment.