Skip to content

[PB-5239]: add confirmation dialog for deleting backups #1933

[PB-5239]: add confirmation dialog for deleting backups

[PB-5239]: add confirmation dialog for deleting backups #1933

Workflow file for this run

name: PR Size Checker
on: pull_request
jobs:
check_pr_size:
name: Check PR size doesn't break set limit
runs-on: ubuntu-latest
steps:
# checkout your code with your git history
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: maidsafe/pr_size_checker@v2
with:
max_lines_changed: 500