From 078dba76c13d00373a0d58c31684b9c9f192ff47 Mon Sep 17 00:00:00 2001 From: imbajin Date: Sun, 26 Sep 2021 18:12:07 +0800 Subject: [PATCH 1/2] chore: update ubuntu version for ci actions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit test in versions below: (✓ mark as ci passed) - [x] 18.04 - [x ] 20.04 - [ ] latest (even pass now, maybe not suitable to use, because cannot control the stable version) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4d9e22b13..2986765742 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ on: jobs: build: - runs-on: ubuntu-16.04 + runs-on: ubuntu-20.04 env: TRAVIS_DIR: hugegraph-dist/src/assembly/travis strategy: From c4fe71bc91c89fc591f235684371ed5060a5c84d Mon Sep 17 00:00:00 2001 From: imbajin Date: Fri, 8 Oct 2021 11:19:52 +0800 Subject: [PATCH 2/2] add pr labels exempt --- .github/workflows/stale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 391dcba57a..acb500ecf5 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -21,6 +21,8 @@ jobs: stale-issue-label: 'inactive' stale-pr-label: 'inactive' exempt-issue-labels: 'feature,bug,enhancement,improvement,wontfix,todo' + exempt-pr-labels: 'feature,bug,enhancement,improvement,wontfix,todo' + exempt-all-milestones: true days-before-issue-stale: 15 days-before-issue-close: 20