{{ DESCRIPTION }}
Project description
# datapackage-pipelines-github
Extension for `datapackage-pipelines` for pulling GitHub issues of a repository and embedding them as 'failed' pipelines.
## Source spec
Place files named `github.source-spec.yaml` in your pipelines directory.
Each one should be of the form:
```yaml
<pipeline-id-prefix>:
repository: <owner/repo>
pull-requests: <boolean, should fetch prs? default is no>
closed: <boolean, should fetch closed issues? default is no>
pipeline-id-format: <string, see below>
```
`pipeline-id-format` is a Python format string with two placeholders:
- `issue-id`: The issue number
- `title-slug`: The issue title slug
The default format is "{issue-id:03}_{title-slug}"
#### Example:
```yaml
dpp-github/issues:
repository: firctionlessdata/datapackage-pipelines-github
pull-requests: no
closed: no
pipeline-id-format: "{title-slug}__{issue-id}"
```
Extension for `datapackage-pipelines` for pulling GitHub issues of a repository and embedding them as 'failed' pipelines.
## Source spec
Place files named `github.source-spec.yaml` in your pipelines directory.
Each one should be of the form:
```yaml
<pipeline-id-prefix>:
repository: <owner/repo>
pull-requests: <boolean, should fetch prs? default is no>
closed: <boolean, should fetch closed issues? default is no>
pipeline-id-format: <string, see below>
```
`pipeline-id-format` is a Python format string with two placeholders:
- `issue-id`: The issue number
- `title-slug`: The issue title slug
The default format is "{issue-id:03}_{title-slug}"
#### Example:
```yaml
dpp-github/issues:
repository: firctionlessdata/datapackage-pipelines-github
pull-requests: no
closed: no
pipeline-id-format: "{title-slug}__{issue-id}"
```
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file datapackage-pipelines-github-0.0.1.tar.gz
.
File metadata
- Download URL: datapackage-pipelines-github-0.0.1.tar.gz
- Upload date:
- Size: 81.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b3339444341f93c51ee2476d9f9e6a86a31cfb688008a4cd6cf7a8f928f1657 |
|
MD5 | 9205c3e56ce64d49e6ec52c019641f64 |
|
BLAKE2b-256 | a30072a9d8a6dcd4c119e6971c5c5d80da11c7fa236d3f68ae234bed74918a26 |