Skip to content

Commit

Permalink
chores: cleanup CI
Browse files Browse the repository at this point in the history
  • Loading branch information
daeMOn63 committed Apr 22, 2021
1 parent ed79a52 commit 40dcdfb
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 231 deletions.
64 changes: 0 additions & 64 deletions .circleci/config.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/CODEOWNERS

This file was deleted.

29 changes: 0 additions & 29 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

25 changes: 0 additions & 25 deletions .github/dependabot.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/build_and_test.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/proto-docker.yml

This file was deleted.

13 changes: 7 additions & 6 deletions .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
- uses: actions/checkout@master
- name: lint
run: make proto-lint
breakage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: check-breakage
run: make proto-check-breaking
# disabled until stargate land on master
# breakage:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@master
# - name: check-breakage
# run: make proto-check-breaking
34 changes: 17 additions & 17 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: "Close stale issues & pull requests"
on:
schedule:
- cron: "0 0 * * *"
# name: "Close stale issues & pull requests"
# on:
# schedule:
# - cron: "0 0 * * *"

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-pr-message: "This pull request has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions."
days-before-stale: 45
days-before-close: 6
exempt-pr-labels: "pinned, security, proposal, blocked"
# jobs:
# stale:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/stale@v3
# with:
# repo-token: ${{ secrets.GITHUB_TOKEN }}
# stale-pr-message: "This pull request has been automatically marked as stale because it has not had
# recent activity. It will be closed if no further activity occurs. Thank you
# for your contributions."
# days-before-stale: 45
# days-before-close: 6
# exempt-pr-labels: "pinned, security, proposal, blocked"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BINDIR ?= $(GOPATH)/bin
BUILDDIR ?= $(CURDIR)/build
SIMAPP = ./simapp
MOCKS_DIR = $(CURDIR)/tests/mocks
HTTPS_GIT := https://github.com/cosmos/cosmos-sdk.git
HTTPS_GIT := https://github.com/fetchai/cosmos-sdk.git
DOCKER := $(shell which docker)
DOCKER_BUF := $(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace bufbuild/buf

Expand Down

0 comments on commit 40dcdfb

Please sign in to comment.