Skip to content

Commit

Permalink
Remove script for creating master sync PR (#10791)
Browse files Browse the repository at this point in the history
The script responsible for creating the "Sync `master` with `develop`"
PR has been removed. We will soon be eliminating the need for a
`master` branch altogether, so we don't need this anymore. Also, this
script hasn't been running correctly in a long time. We've been
creating this PR manually.
  • Loading branch information
Gudahtt authored Mar 31, 2021
1 parent 6aee658 commit 358fec0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 55 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -470,9 +470,6 @@ jobs:
name: Create GitHub release
command: |
.circleci/scripts/release-create-gh-release.sh
- run:
name: Create GitHub Pull Request to sync master with develop
command: .circleci/scripts/release-create-master-pr.sh
job-publish-storybook:
executor: node-browsers
Expand Down
52 changes: 0 additions & 52 deletions .circleci/scripts/release-create-master-pr.sh

This file was deleted.

0 comments on commit 358fec0

Please sign in to comment.