Skip to content

Commit

Permalink
Merge pull request #65 from mmlb/rename-master-to-main
Browse files Browse the repository at this point in the history
Prepare for default branch rename
  • Loading branch information
mmlb authored Sep 7, 2021
2 parents 2c3a161 + 040d828 commit 2b42541
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v2
- name: Login to quay.io
uses: docker/login-action@v1
if: ${{ startsWith(github.ref, 'refs/heads/master') }}
if: ${{ startsWith(github.ref, 'refs/heads/main') }}
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
Expand All @@ -57,6 +57,6 @@ jobs:
context: ./
file: ./cmd/hegel/Dockerfile
cache-from: type=registry,ref=quay.io/tinkerbell/hegel:latest
push: ${{ startsWith(github.ref, 'refs/heads/master') }}
push: ${{ startsWith(github.ref, 'refs/heads/main') }}
tags: ${{ steps.docker-image-tag.outputs.tags }}
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pull_request_rules:
- name: Automatic merge on approval
conditions:
- base=master
- base=main
- "#approved-reviews-by>=1"
- "#review-requested=0"
- "#changes-requested-reviews-by=0"
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Code of Conduct

Refer to our [Code of Conduct](https://github.com/tinkerbell/.github/blob/master/CODE_OF_CONDUCT.md)
Refer to our [Code of Conduct](https://github.com/tinkerbell/.github/blob/main/CODE_OF_CONDUCT.md)
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ We're so glad you're here.

### Code of Conduct

Please read and understand the code of conduct found [here](https://github.com/tinkerbell/.github/blob/master/CODE_OF_CONDUCT.md).
Please read and understand the code of conduct found [here](https://github.com/tinkerbell/.github/blob/main/CODE_OF_CONDUCT.md).

### DCO Sign Off

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
### Hegel

[![Build Status](https://github.com/tinkerbell/hegel/workflows/For%20each%20commit%20and%20PR/badge.svg)](https://github.com/tinkerbell/hegel/actions?query=workflow%3A%22For+each+commit+and+PR%22+branch%3Amaster)
[![Build Status](https://github.com/tinkerbell/hegel/workflows/For%20each%20commit%20and%20PR/badge.svg)](https://github.com/tinkerbell/hegel/actions?query=workflow%3A%22For+each+commit+and+PR%22+branch%3Amain)
![](https://img.shields.io/badge/Stability-Experimental-red.svg)

This repository is [Experimental](https://github.com/packethost/standards/blob/master/experimental-statement.md) meaning that it's based on untested ideas or techniques and not yet established or finalized or involves a radically new and innovative style! This means that support is best effort (at best!) and we strongly encourage you to NOT use this in production.
This repository is [Experimental](https://github.com/packethost/standards/blob/main/experimental-statement.md) meaning that it's based on untested ideas or techniques and not yet established or finalized or involves a radically new and innovative style! This means that support is best effort (at best!) and we strongly encourage you to NOT use this in production.

The gRPC and HTTP metadata service for Tinkerbell.
Subscribe to changes in metadata, get notified when data is added/removed, etc.
Expand Down

0 comments on commit 2b42541

Please sign in to comment.