fix: Updated settings.py to dynamically populate ALLOWED_HOSTS using domains from the Django sites. #1211
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [pull_request] | |
name: 'Merge conflicts' | |
jobs: | |
report: | |
name: 'nutmeg and master' | |
uses: appsembler/action-conflict-counter/.github/workflows/report-via-comment.yml@main | |
with: | |
local_base_branch: ${{ github.base_ref }} | |
upstream_repo: 'https://github.com/edx/edx-platform.git' | |
upstream_branches: 'open-release/nutmeg.master,master' | |
exclude_paths: 'cms/static/js/,conf/locale/,lms/static/js/,package.json,package-lock.json,.github/' | |
secrets: | |
custom_github_token: ${{ secrets.GITHUB_TOKEN }} |