Skip to content

Commit ee7a5f9

Browse files
committed
target master not develop
1 parent 77c5bce commit ee7a5f9

File tree

6 files changed

+4
-103
lines changed

6 files changed

+4
-103
lines changed

.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 & 98 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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Test Pull Request
33
on:
44
pull_request:
55
branches:
6-
- develop
76
- master
87

98
jobs:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Use `./scripts/unit`, `./scripts/integration`, and `./scripts/brats`. The integr
1919

2020
Please include integration tests (in `src/php/integration`) and corresponding fixtures (in `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!
2323

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)