Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #121 from technote-space/chore/chore-sync-workflows
Browse files Browse the repository at this point in the history
chore: sync workflows
  • Loading branch information
technote-space authored Sep 25, 2020
2 parents 4fab90c + a82eb43 commit 3b16f20
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ php:
- '**/*.php'
python:
- '**/*.py'
cpp:
- '**/*.cpp'
- '**/*.cxx'
- '**/*.cc'
- '**/*.cp'

'Type: Testing':
- '**/tests/*'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr-updated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,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:
Expand Down

0 comments on commit 3b16f20

Please sign in to comment.