From 585e3951875a7aa655de1c6a8204c6f5769a15e6 Mon Sep 17 00:00:00 2001 From: zemyblue Date: Tue, 2 Aug 2022 11:12:30 +0900 Subject: [PATCH 1/2] ci: remove stale action Signed-off-by: zemyblue --- .github/workflows/stale.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/stale.yml diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml deleted file mode 100644 index 5202ef14d2..0000000000 --- a/.github/workflows/stale.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: "Close stale issues & pull requests" -on: - schedule: - - cron: "0 0 * * *" - -jobs: - stale: - runs-on: ubuntu-latest - steps: - - uses: actions/stale@v5 - 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" From 7769f6137f91b3ecf179fbca1f028418faa4842d Mon Sep 17 00:00:00 2001 From: zemyblue Date: Tue, 2 Aug 2022 11:25:08 +0900 Subject: [PATCH 2/2] chore: update changelog Signed-off-by: zemyblue --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 095a26054d..ea59ad867d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -84,6 +84,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ * (ci) [\#469](https://github.com/line/lbm-sdk/pull/469) publish docker image on tag push * (ci) [\#580](https://github.com/line/lbm-sdk/pull/580) fix the problem that the registered docker image couldn't run on M1. * (simapp) [\#591](https://github.com/line/lbm-sdk/pull/591) chore: add x/wasm module to simapp +* (ci) [\#618](https://github.com/line/lbm-sdk/pull/618) remove stale action ### Document Updates