Skip to content

Commit 55b7c5e

Browse files
Arjun Sreedharanarjun024
authored andcommitted
update github-config to use master
1 parent 549232b commit 55b7c5e

File tree

5 files changed

+5
-106
lines changed

5 files changed

+5
-106
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 & 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

0 commit comments

Comments
 (0)