@paintless/dest-github
v0.1.0
Published
Paintless destination adapter that creates structured GitHub issues
Maintainers
Readme
@paintless/dest-github
Destination adapter for GitHub: structured issues, or pull requests for applied changes.
import { github } from '@paintless/dest-github'
destinations: [github({ repo: 'acme/shop', labels: ['paintless'] })],
routes: [{ when: { env: 'prod' }, deliver: ['github'] }],mode: 'pr' opens a pull request from the branch the runner pushed. A PAT
(GITHUB_TOKEN) or GitHub App credentials both work; installation tokens are
minted and cached for you.
Part of Paintless — click an element in a running app, describe the change, let an agent make it. Docs: https://kyechan99.github.io/paintless/
MIT © kyechan99
