Skip to content

Commit 451e425

Browse files
authored
Enable Bitbucket accounts on public builds
1 parent 0cce98c commit 451e425

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ This is a work in progress fork of [GitHub Desktop](https://desktop.github.com)
99
- [x] Red color for destructive action buttons.
1010
- [x] Add **icons** to some similar-looking buttons for faster visual recognition.
1111
- [ ] Bitbucket integration:
12-
- [ ] Correctly set repository owner (instead of "Other").
13-
- [ ] Create pull requests.
14-
- [ ] View pull requests status, including checks.
12+
- Correctly set repository owner (instead of "Other").
13+
- Preview and create pull requests.
14+
- View pull requests status, including checks.
15+
- Open a commit or PR in Bitbucket (web browser).
1516
- [ ] Jira integration:
1617
- [ ] Create and view Jira issues.
1718
- [ ] Create branches from Jira issues.

app/src/lib/feature-flag.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export function enableImagePreviewsForDDSFiles(): boolean {
9797
return enableBetaFeatures()
9898
}
9999

100-
export const enableBitbucketIntegration = enableDevelopmentFeatures
100+
export const enableBitbucketIntegration = enableBetaFeatures
101101

102102
export const enableCustomIntegration = () => true
103103

0 commit comments

Comments
 (0)