Sha256: 641d9d56157dd5337779b5e0d37d1f3d06802d1faf7eb4625e41e2154a1f958b

Contents?: true

Size: 1.39 KB

Versions: 1

Compression:

Stored size: 1.39 KB

Contents

# Configuration

Each repository should contain its own config (`.github_workflow`), which should look like this:
```
{
    "oauth_token":              "TOKEN",
    "user_and_repo":            "ORG/REPO",
    "trello_key":               "KEY",
    "trello_token":             "TOKEN",
    "trello_board_id":          "BOARD_ID",
    "trello_platform_board_id": "BOARD_ID"
}
```
Optionally, all general information except `user_and_repo` could be extracted to global config in your home directory
with the same name (~/.github_workflow)

# Github Workflow

```
$ bin/github_workflow -h

Commands:
  github_workflow create_and_start -m, --name=NAME  # Create and start issue
  github_workflow create_pr                         # Convert Issue to Pull Request
  github_workflow help [COMMAND]                    # Describe available commands or one specific command
  github_workflow info                              # Print out issue description
  github_workflow open                              # Open issue or PR in browser
  github_workflow push_and_pr                       # Push branch to origin and convert Issue to Pull Request
  github_workflow start -i, --issue-id=ISSUE_ID     # Create branch named with issue number and issue title
  github_workflow status                            # Check PR CI status
  github_workflow reviews                           # Print out reviewers list and their PRs count
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
github_workflow-0.3.9 README.md