Skip to content

Commit df23f92

Browse files
author
Arjun Sreedharan
committed
target master not develop
1 parent b8d443f commit df23f92

7 files changed

Lines changed: 7 additions & 108 deletions

.github/workflows/dependency-deprecation-reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v3
1515
with:
16-
ref: develop
16+
ref: master
1717

1818
- name: Get deprecations
1919
id: deprecations

.github/workflows/release-reminder.yml

Lines changed: 0 additions & 101 deletions
This file was deleted.

.github/workflows/synchronize-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Synchronize Labels
33
on:
44
push:
55
branches:
6-
- develop
6+
- master
77
paths:
88
- .github/labels.yml
99
workflow_dispatch: {}

.github/workflows/test-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test Pull Request
33
on:
44
pull_request:
55
branches:
6-
- develop
6+
- master
77

88
jobs:
99
unit:

.github/workflows/update-github-config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616
with:
1717
token: ${{ secrets.CF_BOT_GITHUB_TOKEN }}
18-
ref: develop
18+
ref: master
1919

2020
- name: Checkout github-config
2121
uses: actions/checkout@v4
@@ -61,4 +61,4 @@ jobs:
6161
token: ${{ secrets.CF_BOT_GITHUB_TOKEN }}
6262
title: "Updates github-config"
6363
branch: automation/github-config/update
64-
base: develop
64+
base: master

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ See the [Machete](https://github.com/cf-buildpacks/machete) CF buildpack test fr
1919

2020
Please include integration tests (in `cf_spec/integration`) and corresponding fixtures (in `cf_spec/fixtures`) where necessary to cover any functionality that is introduced.
2121

22-
**NOTE:** When submitting a pull request, *please make sure to target the `develop` branch*, so that your changes are up-to-date and easy to integrate with the most recent work on the buildpack. Thanks!
22+
**NOTE:** When submitting a pull request, *please make sure to target the `master` branch*, so that your changes are up-to-date and easy to integrate with the most recent work on the buildpack. Thanks!

PULL_REQUEST_TEMPLATE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Thanks for contributing to the buildpack. To speed up the process of reviewing y
66

77
* [ ] I have viewed signed and have submitted the Contributor License Agreement
88

9-
* [ ] I have made this pull request to the `develop` branch
9+
* [ ] I have made this pull request to the `master` branch
1010

1111
* [ ] I have added an integration test

0 commit comments

Comments
 (0)