This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# This is a utility script to merge pull requests into Apache Beam | |
# repositories. It supports both repositories, source and website. | |
# | |
# Usage: | |
# merge_pr.sh [repository] [branch] pull_request_number | |
# | |
# Where: | |
# repository: { beam | beam-site } |