Skip to content
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
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ workflows:
context: org-global
filters: &filters-dev
branches:
only: ["develop", "PM-803_wm-regression-fixes", "PM-902_show-all-projects-on-challenge-page", "pm-1355_1"]
only: ["develop", "PM-803_wm-regression-fixes", "PM-902_show-all-projects-on-challenge-page", "pm-1365"]
Copy link

Choose a reason for hiding this comment

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

The branch name 'pm-1365' should be consistent with the naming convention used for other branches, which appear to be in uppercase (e.g., 'PM-803'). Consider changing 'pm-1365' to 'PM-1365' for consistency.


# Production builds are exectuted only on tagged commits to the
# master branch.
Expand Down
2 changes: 1 addition & 1 deletion src/components/ChallengesComponent/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const ChallengesComponent = ({
<OutlineButton
text='Request Copilot'
type={'info'}
url={`${COPILOTS_URL}/requests/new`}
url={`${COPILOTS_URL}/requests/new?projectId=${activeProject.id}`}
target={'_blank'}
/>
)}
Expand Down