Skip to content

Commit 49ab66c

Browse files
⬆️👨‍💻 Update rossjrw/pr-preview-action action to v1.7.0 (#81)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rossjrw/pr-preview-action](https://redirect.github.com/rossjrw/pr-preview-action) | action | minor | `v1.6.3` -> `v1.7.0` | --- ### Release Notes <details> <summary>rossjrw/pr-preview-action (rossjrw/pr-preview-action)</summary> ### [`v1.7.0`](https://redirect.github.com/rossjrw/pr-preview-action/releases/tag/v1.7.0) [Compare Source](https://redirect.github.com/rossjrw/pr-preview-action/compare/v1.6.3...v1.7.0) #### Features - Support passing through overrides for the commit author by [@&#8203;FasterSpeeding](https://redirect.github.com/FasterSpeeding) in [#&#8203;32](https://redirect.github.com/rossjrw/pr-preview-action/pull/32) - Adds two new input parameters: `git-config-name` and `git-config-email` - Add customisable commit messages for deploy and destroy actions by [@&#8203;bengeois](https://redirect.github.com/bengeois) in [#&#8203;120](https://redirect.github.com/rossjrw/pr-preview-action/pull/120) - Adds two new input parameters: `deploy-commit-message` and `remove-commit-message` - Add option to wait for deploy to finish by [@&#8203;rossjrw](https://redirect.github.com/rossjrw) in [#&#8203;121](https://redirect.github.com/rossjrw/pr-preview-action/pull/121), reported by [@&#8203;vincerubinetti](https://redirect.github.com/vincerubinetti) in [#&#8203;25](https://redirect.github.com/rossjrw/pr-preview-action/issues/25) - Adds a new input parameter: `wait-for-pages-deployment`, boolean, default false (may be true in a future version) #### Internal changes - Add automated integration testing by [@&#8203;rossjrw](https://redirect.github.com/rossjrw) in [#&#8203;122](https://redirect.github.com/rossjrw/pr-preview-action/pull/122) <p align="center">❄️ ❄️ ❄️</p> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Munich-Quantum-Software-Stack/Component-Catalog). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ2l0aHViLWFjdGlvbnMiXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4484586 commit 49ab66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fetch-stars-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/jekyll-build-pages@44a6e6beabd48582f863aeeb6cb2151cc1716697 # v1.0.13
4040
- name: Deploy Preview (only for PRs)
4141
if: github.event.pull_request.head.repo.full_name == github.repository
42-
uses: rossjrw/pr-preview-action@8ff09e486b4c23709012eedd3b42e9f0b95dd0c5 # v1.6.3
42+
uses: rossjrw/pr-preview-action@55147b5848acb4ab980e55ff0bdc228addacdae0 # v1.7.0
4343
with:
4444
source-dir: ./_site/
4545
- name: Deploy to GitHub Pages (only on develop branch)

0 commit comments

Comments
 (0)