Skip to content
Open
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
6 changes: 6 additions & 0 deletions .github/workflows/add_ticket_to_board.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ on:
types:
- opened

# Set permissions to none.
#
# Using the broad default permissions is considered a bad security practice
# and would cause alerts from our scanning tools.
permissions: {}

jobs:
add-to-project:
name: Add issue to board
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/cli_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ on:
types:
- checks_requested

# Set permissions to none.
#
# Using the broad default permissions is considered a bad security practice
# and would cause alerts from our scanning tools.
permissions: {}

env:
CI_CD_DART_SCRIPTS_PACKAGE_PATH: "tools/sz_repo_cli/"

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/integration_tests_app_fallback_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ name: integration-tests-app-fallback-ci
on:
pull_request:

# Set permissions to none.
#
# Using the broad default permissions is considered a bad security practice
# and would cause alerts from our scanning tools.
permissions: {}

jobs:
android-integration-test:
runs-on: ubuntu-latest
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/label_app_preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ on:
- labeled
- synchronize

# Set permissions to none.
#
# Using the broad default permissions is considered a bad security practice
# and would cause alerts from our scanning tools.
permissions: {}

jobs:
label_app_preview:
# Only run this job if the PR is labeled with "build-app-preview".
Expand Down
Loading