Skip to content

Commit

Permalink
Update codeowners to reflect fork (#553)
Browse files Browse the repository at this point in the history
* update codeowners

* change docker image name for whenver we decide to start making docker images

* remove action to generate new proto docker image

* update PR template

* fix copy paste
  • Loading branch information
evan-forbes authored Sep 29, 2021
1 parent cb696bb commit 4a22da5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 57 deletions.
5 changes: 4 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
# global owners are only requested if there isn't a more specific
# codeowner specified below. For this reason, the global codeowners
# are often repeated in package-level definitions.
* @alexanderbez @ebuchman @cmwaters @tessr @tychoish @williambanfield @creachadair
* @liamsi @evan-forbes @Wondertan

# Overrides for tooling packages
docs/ @liamsi @adlerjohn @musalbas
9 changes: 5 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Please add a description of the changes that this PR introduces and the files that
are the most critical to review.
## Description

If this PR fixes an open Issue, please include "Closes #XXX" (where "XXX" is the Issue number)
so that GitHub will automatically close the Issue when this PR is merged.
_Please add a description of the changes that this PR introduces and the files that
are the most critical to review._

Closes: #XXX


2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Prepare
id: prep
run: |
DOCKER_IMAGE=tendermint/tendermint
DOCKER_IMAGE=celestiaorg/celestia-core
VERSION=noop
if [[ $GITHUB_REF == refs/tags/* ]]; then
VERSION=${GITHUB_REF#refs/tags/}
Expand Down
51 changes: 0 additions & 51 deletions .github/workflows/proto-docker.yml

This file was deleted.

0 comments on commit 4a22da5

Please sign in to comment.