From 9657bb2181246662b4fa7fc51c9b3c52d3df08ab Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Sun, 28 Mar 2021 16:01:34 +0100 Subject: [PATCH] Branch out 3.0.x - Change workflows to work with new branch and remove ones not needed in branches. --- .github/labels-manage.yml | 112 ----------------------------- .github/labels-rename.yml | 30 -------- .github/workflows/ci.yml | 4 +- .github/workflows/label-manage.yml | 23 ------ .github/workflows/mongodb.yml | 4 +- .github/workflows/redis.yml | 4 +- .github/workflows/smoke.yml | 4 +- 7 files changed, 8 insertions(+), 173 deletions(-) delete mode 100644 .github/labels-manage.yml delete mode 100644 .github/labels-rename.yml delete mode 100644 .github/workflows/label-manage.yml diff --git a/.github/labels-manage.yml b/.github/labels-manage.yml deleted file mode 100644 index a548075f..00000000 --- a/.github/labels-manage.yml +++ /dev/null @@ -1,112 +0,0 @@ -- name: area/core - color: F9D0C4 - description: Belongs to machine core -- name: area/dependencies - color: F9D0C4 - description: Belongs project dependencies -- name: area/documentation - color: F9D0C4 - description: Belongs to documentation -- name: area/jepsen - color: F9D0C4 - description: Belongs to jepsen feature -- name: area/persistense - color: F9D0C4 - description: Belongs to persistense feature -- name: area/tests - color: F9D0C4 - description: Belongs to tests -- name: area/uml - color: F9D0C4 - description: Belongs to uml feature - -- name: for/backport - color: E99695 - description: For backporting -- name: for/blocker - color: E99695 - description: For blocking -- name: for/marketing - color: E99695 - description: For marketing -- name: for/team-attention - color: E99695 - description: For team attention - -- name: status/complete - color: FEF2C0 - description: Issue is now complete -- name: status/declined - color: FEF2C0 - description: Issue has been declined -- name: status/duplicate - color: FEF2C0 - description: There were an existing issue -- name: type/question - color: D4C5F9 - description: Is a plain question -- name: status/in-progress - color: FEF2C0 - description: Something is happening -- name: status/invalid - color: FEF2C0 - description: Mistake, bogus, old, bye bye -- name: status/need-design - color: FEF2C0 - description: Vague so need some proper design -- name: status/need-feedback - color: FEF2C0 - description: Calling participant to provide feedback -- name: status/need-investigation - color: FEF2C0 - description: Oh need to look under a hood -- name: status/need-triage - color: FEF2C0 - description: Team needs to triage and take a first look -- name: status/on-hold - color: FEF2C0 - description: For various reasons is on hold -- name: status/stale - color: FEF2C0 - description: Marked as stale -- name: status/closed-as-stale - color: FEF2C0 - description: Closed as has been stale - -- name: type/backport - color: D4C5F9 - description: Is a issue to track backport, use with branch/xxx -- name: type/epic - color: D4C5F9 - description: Collection of issues -- name: type/idea - color: D4C5F9 - description: Is just an idea -- name: type/bug - color: D4C5F9 - description: Is a bug report -- name: type/enhancement - color: D4C5F9 - description: Is an enhancement request -- name: type/feature - color: D4C5F9 - description: Is a feature request -- name: type/help-needed - color: D4C5F9 - description: Calling help -- name: type/task - color: D4C5F9 - description: Something needs to get done - -- name: branch/2.2.x - color: BFDADC - description: Issue for a branch -- name: branch/2.3.x - color: BFDADC - description: Issue for a branch -- name: branch/2.4.x - color: BFDADC - description: Issue for a branch -- name: branch/3.0.x - color: BFDADC - description: Issue for a branch diff --git a/.github/labels-rename.yml b/.github/labels-rename.yml deleted file mode 100644 index 91c5f66e..00000000 --- a/.github/labels-rename.yml +++ /dev/null @@ -1,30 +0,0 @@ -- name: type/bug - from_name: bug -- name: status/duplicate - from_name: duplicate -- name: type/enhancement - from_name: enhancement -- name: type/help-needed - from_name: help wanted -- name: status/invalid - from_name: invalid -- name: type/question - from_name: question -- name: status/declined - from_name: wontfix -- name: type/task - from_name: task -- name: area/tests - from_name: test -- name: area/jepsen - from_name: jepsen -- name: area/documentation - from_name: docs -- name: for/backport - from_name: backport -- name: type/epic - from_name: Epic -- name: area/dependencies - from_name: dependencies -- name: for/blocker - from_name: blocker diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55d92fae..211d8473 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,12 +4,12 @@ on: workflow_dispatch: push: branches: - - master + - 3.0.x paths-ignore: - '.github/**' pull_request: branches: - - master + - 3.0.x jobs: diff --git a/.github/workflows/label-manage.yml b/.github/workflows/label-manage.yml deleted file mode 100644 index f6b93157..00000000 --- a/.github/workflows/label-manage.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Labels Manage - -on: - push: - branches: - - 'master' - paths: - - '.github/labels-manage.yml' - - '.github/workflows/label-manage.yml' - workflow_dispatch: - -jobs: - labeler: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Mangle Labels - uses: crazy-max/ghaction-github-labeler@v3 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - yaml-file: .github/labels-manage.yml - dry-run: false - skip-delete: false diff --git a/.github/workflows/mongodb.yml b/.github/workflows/mongodb.yml index d9f75544..394eaee0 100644 --- a/.github/workflows/mongodb.yml +++ b/.github/workflows/mongodb.yml @@ -4,12 +4,12 @@ on: workflow_dispatch: push: branches: - - master + - 3.0.x paths-ignore: - '.github/**' pull_request: branches: - - master + - 3.0.x jobs: build: diff --git a/.github/workflows/redis.yml b/.github/workflows/redis.yml index 6f74e107..21265921 100644 --- a/.github/workflows/redis.yml +++ b/.github/workflows/redis.yml @@ -4,12 +4,12 @@ on: workflow_dispatch: push: branches: - - master + - 3.0.x paths-ignore: - '.github/**' pull_request: branches: - - master + - 3.0.x jobs: build: diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml index f5c4200c..69c723d1 100644 --- a/.github/workflows/smoke.yml +++ b/.github/workflows/smoke.yml @@ -4,12 +4,12 @@ on: workflow_dispatch: push: branches: - - master + - 3.0.x paths-ignore: - '.github/**' pull_request: branches: - - master + - 3.0.x jobs: build: