mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
clean up document start (#11607)
This commit is contained in:
parent
1d10f34864
commit
133257f60e
1
.github/workflows/auto-branch-updater.yml
vendored
1
.github/workflows/auto-branch-updater.yml
vendored
@ -1,4 +1,3 @@
|
||||
---
|
||||
name: Auto Update Branch
|
||||
|
||||
on:
|
||||
|
@ -1,4 +1,3 @@
|
||||
---
|
||||
name: Automatic issue responses
|
||||
on:
|
||||
issues:
|
||||
|
@ -1,4 +1,3 @@
|
||||
---
|
||||
name: Automatic pull request responses
|
||||
on:
|
||||
pull_request:
|
||||
|
1
.github/workflows/brew-bump-desktop.yml
vendored
1
.github/workflows/brew-bump-desktop.yml
vendored
@ -1,4 +1,3 @@
|
||||
---
|
||||
name: Bump Desktop Cask
|
||||
|
||||
on:
|
||||
|
1
.github/workflows/build-browser.yml
vendored
1
.github/workflows/build-browser.yml
vendored
@ -1,4 +1,3 @@
|
||||
---
|
||||
name: Build Browser
|
||||
|
||||
on:
|
||||
|
3
.github/workflows/build-cli.yml
vendored
3
.github/workflows/build-cli.yml
vendored
@ -1,4 +1,3 @@
|
||||
---
|
||||
name: Build CLI
|
||||
|
||||
on:
|
||||
@ -289,7 +288,7 @@ jobs:
|
||||
name: bitwarden-cli.${{ env._PACKAGE_VERSION }}.nupkg
|
||||
path: apps/cli/dist/chocolatey/bitwarden-cli.${{ env._PACKAGE_VERSION }}.nupkg
|
||||
if-no-files-found: error
|
||||
|
||||
|
||||
- name: Zip NPM Build Artifact
|
||||
run: Get-ChildItem -Path .\build | Compress-Archive -DestinationPath .\bitwarden-cli-${{ env._PACKAGE_VERSION }}-npm-build.zip
|
||||
|
||||
|
1
.github/workflows/build-desktop.yml
vendored
1
.github/workflows/build-desktop.yml
vendored
@ -1,4 +1,3 @@
|
||||
---
|
||||
name: Build Desktop
|
||||
|
||||
on:
|
||||
|
1
.github/workflows/build-web.yml
vendored
1
.github/workflows/build-web.yml
vendored
@ -1,4 +1,3 @@
|
||||
---
|
||||
name: Build Web
|
||||
|
||||
on:
|
||||
|
1
.github/workflows/chromatic.yml
vendored
1
.github/workflows/chromatic.yml
vendored
@ -1,4 +1,3 @@
|
||||
---
|
||||
name: Chromatic
|
||||
|
||||
on:
|
||||
|
1
.github/workflows/crowdin-pull.yml
vendored
1
.github/workflows/crowdin-pull.yml
vendored
@ -1,4 +1,3 @@
|
||||
---
|
||||
name: Crowdin Sync
|
||||
|
||||
on:
|
||||
|
1
.github/workflows/deploy-web.yml
vendored
1
.github/workflows/deploy-web.yml
vendored
@ -1,4 +1,3 @@
|
||||
---
|
||||
name: Deploy Web Vault
|
||||
run-name: Deploy Web Vault to ${{ inputs.environment }} from ${{ inputs.branch-or-tag }}
|
||||
|
||||
|
1
.github/workflows/enforce-labels.yml
vendored
1
.github/workflows/enforce-labels.yml
vendored
@ -1,4 +1,3 @@
|
||||
---
|
||||
name: Enforce PR labels
|
||||
|
||||
on:
|
||||
|
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
@ -1,4 +1,3 @@
|
||||
---
|
||||
name: Lint
|
||||
|
||||
on:
|
||||
|
1
.github/workflows/locales-lint.yml
vendored
1
.github/workflows/locales-lint.yml
vendored
@ -1,4 +1,3 @@
|
||||
---
|
||||
name: Locales lint for Crowdin
|
||||
|
||||
on:
|
||||
|
1
.github/workflows/publish-cli.yml
vendored
1
.github/workflows/publish-cli.yml
vendored
@ -1,4 +1,3 @@
|
||||
---
|
||||
name: Publish CLI
|
||||
run-name: Publish CLI ${{ inputs.publish_type }}
|
||||
|
||||
|
3
.github/workflows/publish-desktop.yml
vendored
3
.github/workflows/publish-desktop.yml
vendored
@ -1,4 +1,3 @@
|
||||
---
|
||||
name: Publish Desktop
|
||||
run-name: Publish Desktop ${{ inputs.publish_type }}
|
||||
|
||||
@ -125,7 +124,7 @@ jobs:
|
||||
secrets: "aws-electron-access-id,
|
||||
aws-electron-access-key,
|
||||
aws-electron-bucket-name"
|
||||
|
||||
|
||||
- name: Create artifacts directory
|
||||
run: mkdir -p apps/desktop/artifacts
|
||||
|
||||
|
1
.github/workflows/publish-web.yml
vendored
1
.github/workflows/publish-web.yml
vendored
@ -1,4 +1,3 @@
|
||||
---
|
||||
name: Publish Web
|
||||
run-name: Publish Web ${{ inputs.publish_type }}
|
||||
|
||||
|
1
.github/workflows/release-browser.yml
vendored
1
.github/workflows/release-browser.yml
vendored
@ -1,4 +1,3 @@
|
||||
---
|
||||
name: Release Browser
|
||||
run-name: Release Browser ${{ inputs.release_type }}
|
||||
|
||||
|
1
.github/workflows/release-cli.yml
vendored
1
.github/workflows/release-cli.yml
vendored
@ -1,4 +1,3 @@
|
||||
---
|
||||
name: Release CLI
|
||||
run-name: Release CLI ${{ inputs.release_type }}
|
||||
|
||||
|
1
.github/workflows/release-desktop-beta.yml
vendored
1
.github/workflows/release-desktop-beta.yml
vendored
@ -1,4 +1,3 @@
|
||||
---
|
||||
name: Release Desktop Beta
|
||||
|
||||
on:
|
||||
|
1
.github/workflows/release-desktop.yml
vendored
1
.github/workflows/release-desktop.yml
vendored
@ -1,4 +1,3 @@
|
||||
---
|
||||
name: Release Desktop
|
||||
run-name: Release Desktop ${{ inputs.release_type }}
|
||||
|
||||
|
1
.github/workflows/release-web.yml
vendored
1
.github/workflows/release-web.yml
vendored
@ -1,4 +1,3 @@
|
||||
---
|
||||
name: Release Web
|
||||
run-name: Release Web ${{ inputs.release_type }}
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
---
|
||||
name: Retrieve Current Desktop Rollout
|
||||
|
||||
on:
|
||||
|
1
.github/workflows/scan.yml
vendored
1
.github/workflows/scan.yml
vendored
@ -1,4 +1,3 @@
|
||||
---
|
||||
name: Scan
|
||||
|
||||
on:
|
||||
|
1
.github/workflows/staged-rollout-desktop.yml
vendored
1
.github/workflows/staged-rollout-desktop.yml
vendored
@ -1,4 +1,3 @@
|
||||
---
|
||||
name: Staged Rollout Desktop
|
||||
|
||||
on:
|
||||
|
1
.github/workflows/stale-bot.yml
vendored
1
.github/workflows/stale-bot.yml
vendored
@ -1,4 +1,3 @@
|
||||
---
|
||||
name: 'Close stale issues and PRs'
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -1,4 +1,3 @@
|
||||
---
|
||||
name: Testing
|
||||
|
||||
on:
|
||||
|
1
.github/workflows/version-auto-bump.yml
vendored
1
.github/workflows/version-auto-bump.yml
vendored
@ -1,4 +1,3 @@
|
||||
---
|
||||
name: Auto Bump Desktop Version
|
||||
|
||||
on:
|
||||
|
1
.github/workflows/version-bump.yml
vendored
1
.github/workflows/version-bump.yml
vendored
@ -1,4 +1,3 @@
|
||||
---
|
||||
name: Version Bump
|
||||
|
||||
on:
|
||||
|
Loading…
Reference in New Issue
Block a user