Skip to content

Commit

Permalink
🎨 main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tokyo committed Aug 11, 2020
1 parent 4e9ce77 commit 35ad36e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Main Code owner
# @a-tokyo needs to explicitly approve any PR before it is merged into master
# @a-tokyo needs to explicitly approve any PR before it is merged into main
* @a-tokyo
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Greetings fellow engineer! Here's the contributing guideline, please follow it i
- It is crucial to keep the documentation in sync with the code base, so remember to update the docs with your changes.

#### Plural Team
- Please make sure you followed the [Onboarding Guide](https://github.com/pluralcom/plural-docs/tree/master/onboarding).
- Please checkout the [Plural's Software Engineer Guide](https://github.com/pluralcom/plural-docs/tree/master/software-engineer-guidelines).
- Please make sure you followed the [Onboarding Guide](https://github.com/pluralcom/plural-docs/tree/main/onboarding).
- Please checkout the [Plural's Software Engineer Guide](https://github.com/pluralcom/plural-docs/tree/main/software-engineer-guidelines).
4 changes: 2 additions & 2 deletions .github/workflows/release-deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release and deploy to docker hub
on:
push:
branches:
- master
- main

jobs:
build:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.ownEnvVars.outputs.PACKAGE_VERSION }}
commit: master
commit: main
body: ${{ steps.ownEnvVars.outputs.COMMIT_LOG }}

- name: Push to docker tag:version
Expand Down

0 comments on commit 35ad36e

Please sign in to comment.