omama_cli 0.1.3

CLI tool used to bridge between the manager and the omama GUI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pull_request_rules:
  - name: Automatic merge for Dependabot pull requests
    conditions:
      - author=dependabot[bot]
    actions:
      merge:
        method: squash

  - name: Automatic update to the main branch for pull requests
    conditions:
      - -conflict # skip PRs with conflicts
      - -draft # skip GH draft PRs
      - -author=dependabot[bot] # skip dependabot PRs
    actions:
      update: