Skip to content

Commit

Permalink
Rename branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyguerra committed Jun 9, 2023
1 parent 251e02a commit 75f1d7f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ staleLabel: stale
# Comment to post when marking as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has [not had
recent activity](https://github.com/github/hubot/blob/master/CONTRIBUTING.md#stale-issue-and-pull-request-policy).
recent activity](https://github.com/github/hubot/blob/main/CONTRIBUTING.md#stale-issue-and-pull-request-policy).
It will be closed if no further activity occurs. Thank you for your contributions.
# Comment to post when removing the stale label. Set to `false` to disable
unmarkComment: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
branches:
- master
- main
permissions:
contents: read
jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Hubot Help Plugin
==================

![Build Status](https://github.com/hubotio/hubot-help/actions/workflows/release.yml/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/hubotio/hubot-help/badge.svg?branch=master)](https://coveralls.io/github/hubotio/hubot-help?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/hubotio/hubot-help/badge.svg?branch=main)](https://coveralls.io/github/hubotio/hubot-help?branch=main)



Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"release": {
"branches": [
"master"
"main"
],
"dryRun": false
}
Expand Down

0 comments on commit 75f1d7f

Please sign in to comment.