Skip to content

Commit

Permalink
build: update analyze-dependents base branch to next (#3372)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz authored Dec 18, 2024
1 parent 19cb46a commit b2755fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/analyze-dependents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,6 @@ jobs:
with:
repository: openedx/frontend-template-application
path: dependent-usage-analyzer/.projects/frontend-template-application
- name: Checkout edx/prospectus
uses: actions/checkout@v3
with:
repository: edx/prospectus
path: dependent-usage-analyzer/.projects/prospectus
token: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
- name: Checkout openedx/studio-frontend
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -274,7 +268,7 @@ jobs:
body: "Contains automated changes to the dependent-usage.json file, which provides the data for Paragon Usage Insights."
labels: automerge
branch: dependent-usage-analyzer/update-dependent-usage-json
base: master
base: next
- name: Auto-approve pull request for dependent project usages
uses: hmarr/auto-approve-action@v2
with:
Expand Down
1 change: 0 additions & 1 deletion dependent-usage-analyzer/checkout-dependents.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ mkdir .projects
git clone git@github.com:edx/frontend-lib-special-exams.git --depth 1
git clone git@github.com:openedx/frontend-platform.git --depth 1
git clone git@github.com:openedx/frontend-template-application.git --depth 1
git clone git@github.com:edx/prospectus.git --depth 1
git clone git@github.com:openedx/studio-frontend.git --depth 1
git clone git@github.com:edx/frontend-app-communications --depth 1
git clone git@github.com:edx/frontend-app-learner-dashboard.git -- depth 1
Expand Down

0 comments on commit b2755fb

Please sign in to comment.