Skip to content

Instantly share code, notes, and snippets.

@wirths
wirths / bitbucket-pipelines.yml
Created December 5, 2019 16:56
Bitbucket Pipelines - Create Pull Request (PR) with default reviewers
image: node:12
definitions:
steps:
- step: &create-pr
name: Create Pull Request
caches:
- node
script:
- apt-get update