Skip to content

Commit

Permalink
ENGINEERS-772 bump reusable workflow to v2 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
thyarles authored Oct 25, 2022
1 parent d781359 commit 0f44678
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qe-pull-request-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
quality-engineering:
name: QE
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@v1.0.0
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@v2
with:
danger: true
dangerRequireChangelog: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qe-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
quality-engineering:
name: QE
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@v1.0.0
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@v2
with:
danger: true
dangerRequireChangelog: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qe-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
quality-engineering:
name: QE
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@v1.0.0
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@v2
with:
nodeLint: true
nodeTest: false
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Changed

- GitHub reusable workflow uptaded to v2

## [0.5.0] - 2022-10-20

### Added
Expand Down

0 comments on commit 0f44678

Please sign in to comment.