Skip to content

fix: Change default branch and reviewer in update-geolite workflow#34

Closed
robrap wants to merge 8 commits intorelease-ulmofrom
robrap/update-geolite
Closed

fix: Change default branch and reviewer in update-geolite workflow#34
robrap wants to merge 8 commits intorelease-ulmofrom
robrap/update-geolite

Conversation

@robrap
Copy link

@robrap robrap commented Nov 13, 2025

Description

Update update-geolite workflow from master => release-ulmo, and feanil => orbi-bom.

Each named release will need to make an update. This should go on our Verawood doc.

Update from master => release-ulmo, and feanil => orbi-bom.
Copilot AI review requested due to automatic review settings November 13, 2025 12:59
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the GeoLite database update workflow to target the release-ulmo branch instead of master and changes the default PR reviewer from feanil to orbi-bom. This aligns the workflow with the current named release branch strategy.

Key Changes:

  • Updated default target branch from master to release-ulmo
  • Changed PR reviewer from feanil to orbi-bom

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

--head $BRANCH \
--base 'master' \
--reviewer 'feanil' \
--base 'release-ulmo' \
Copy link

Copilot AI Nov 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The branch input parameter defined at line 8-11 is not being used here. The --base flag should use ${{ inputs.branch || 'release-ulmo' }} instead of hardcoding 'release-ulmo', or the input parameter should be removed if it's not needed. Currently, if someone manually triggers this workflow with a different branch, it will be ignored.

Suggested change
--base 'release-ulmo' \
--base '${{ inputs.branch || 'release-ulmo' }}' \

Copilot uses AI. Check for mistakes.
Copilot AI review requested due to automatic review settings November 14, 2025 06:51
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI review requested due to automatic review settings November 14, 2025 07:21
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@amits-2u amits-2u force-pushed the robrap/update-geolite branch from 02d0e06 to dd9e741 Compare November 14, 2025 07:52
Comment on lines +86 to +92
PR_NUMBER=$(echo "$PR_URL" | grep -o '[0-9]*$')
curl -X POST \
-H "Authorization: token $GH_TOKEN" \
-H "Accept: application/vnd.github+json" \
https://api.github.com/repos/edx/edx-platform/pulls/$PR_NUMBER/requested_reviewers \
-d '{"team_reviewers":["orbi-bom"]}'

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This couldn't be done by replacing the already existing -reviewer 'feanil'? What happened?

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI review requested due to automatic review settings November 18, 2025 12:40
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 3 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants