Skip to content

Commit

Permalink
merge origin/master
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimcavalcanti committed Apr 20, 2023
2 parents 4a76877 + fb504cf commit 43cdea4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
### Summary

> Description of changes
### Updated dependencies

> Include a list of newly added or updated dependencies
### Future work

> If this PR is known to break here or in another service, or a follow up is needed to complete a ticket, describe that here
### Checklist

- [ ] Have you fully tested your PR locally?
- [ ] Have you written thorough tests for your work?
- [ ] Have you made a CHANGELOG entry?
2 changes: 1 addition & 1 deletion .github/workflows/release-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Remove dev dependencies
run: npm install --omit dev --prefer-offline
- name: Commit
uses: endbug/add-and-commit@v9
uses: endbug/add-and-commit@45a4ede867982d5d85997a82529b1d9dd0328e7f
with:
add: 'build node_modules --force'
branch: ${{ github.event.inputs.releaseBranch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Remove dev dependencies
run: npm install --omit dev --prefer-offline
- name: Commit
uses: endbug/add-and-commit@v9
uses: endbug/add-and-commit@45a4ede867982d5d85997a82529b1d9dd0328e7f
with:
add: 'build node_modules --force'
branch: ${{ github.event.inputs.releaseBranch }}
Expand Down

0 comments on commit 43cdea4

Please sign in to comment.