Skip to content

Commit e0f2e74

Browse files
committed
rename main branch
1 parent e5ff68a commit e0f2e74

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Test
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
pull_request:
7-
branches: [master]
7+
branches: [main]
88

99
jobs:
1010
lint:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ enhanced-resolve will try to resolve requests containing `#` as path and as frag
144144
npm test
145145
```
146146

147-
[![Build Status](https://secure.travis-ci.org/webpack/enhanced-resolve.png?branch=master)](http://travis-ci.org/webpack/enhanced-resolve)
147+
[![Build Status](https://secure.travis-ci.org/webpack/enhanced-resolve.png?branch=main)](http://travis-ci.org/webpack/enhanced-resolve)
148148

149149
## Passing options from webpack
150150

open-bot.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,12 @@ rules:
134134

135135

136136

137-
# add non-master label to pull request to other branch
137+
# add non-main label to pull request to other branch
138138
- filters:
139139
pull_request:
140-
base_ref: "^(?!master)"
140+
base_ref: "^(?!main)"
141141
actions:
142-
label: "PR: non-master"
142+
label: "PR: non-main"
143143

144144

145145

0 commit comments

Comments
 (0)