Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update analyze-dependents base branch to next #3372

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 [email protected]:edx/frontend-lib-special-exams.git --depth 1
git clone [email protected]:openedx/frontend-platform.git --depth 1
git clone [email protected]:openedx/frontend-template-application.git --depth 1
git clone [email protected]:edx/prospectus.git --depth 1
git clone [email protected]:openedx/studio-frontend.git --depth 1
git clone [email protected]:edx/frontend-app-communications --depth 1
git clone [email protected]:edx/frontend-app-learner-dashboard.git -- depth 1
Expand Down
Loading