From 06f29ab3f3e5152df35a0ed264a4f0799234dde4 Mon Sep 17 00:00:00 2001 From: technote-space Date: Thu, 24 Sep 2020 12:18:49 +0000 Subject: [PATCH 1/2] chore: sync workflows --- .github/labeler.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 5f14a85..0a8bf08 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -6,6 +6,11 @@ php: - '**/*.php' python: - '**/*.py' +cpp: + - '**/*.cpp' + - '**/*.cxx' + - '**/*.cc' + - '**/*.cp' 'Type: Testing': - '**/tests/*' From da01493eb2042d9c6b91f995d37871d301cf7297 Mon Sep 17 00:00:00 2001 From: technote-space Date: Sat, 26 Sep 2020 12:51:06 +0000 Subject: [PATCH 2/2] chore: sync workflows --- .github/workflows/pr-updated.yml | 3 +++ .github/workflows/update-dependencies.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/pr-updated.yml b/.github/workflows/pr-updated.yml index 4353e06..93c4657 100644 --- a/.github/workflows/pr-updated.yml +++ b/.github/workflows/pr-updated.yml @@ -63,6 +63,9 @@ jobs: echo "::set-env name=RUNNING::" fi + - name: Sort + run: npx sort-package-json + if: env.RUNNING - name: Get version uses: technote-space/get-next-version-action@v1 with: diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index babd0c6..8b279a5 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -57,6 +57,9 @@ jobs: if [[ ! -f package.json ]] || [[ $(< package.json jq -r '.version == null') == 'true' ]]; then echo "::set-env name=RUNNING2::" fi + - name: Sort + run: npx sort-package-json + if: env.RUNNING2 - name: Get version uses: technote-space/get-next-version-action@v1 with: