-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically created pull-request in order to merge changes that were recently pushed to the dev branch, back to test
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
fetch-depth: 0 # used by GitVersion to find the most recent tag outside of this branch | ||
|
||
- name: Get version | ||
uses: reecetech/[email protected].1 | ||
uses: reecetech/[email protected].2 | ||
id: version | ||
with: | ||
scheme: semver | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
fi | ||
- name: Get next version | ||
uses: reecetech/[email protected].1 | ||
uses: reecetech/[email protected].2 | ||
id: version | ||
if: ${{ steps.check-changes.outputs.has_diff == 'true' }} | ||
with: | ||
|
@@ -48,7 +48,7 @@ jobs: | |
# TODO: Could we use increment patch when bugfixes land on dev? | ||
|
||
- name: Create tag | ||
uses: actions/github-script@v6 | ||
uses: actions/github-script@v7 | ||
if: ${{ steps.check-changes.outputs.has_diff == 'true' }} | ||
with: | ||
github-token: ${{ secrets.WORKFLOW_TOKEN }} | ||
|
@@ -76,7 +76,7 @@ jobs: | |
gh pr edit $pr_number --title "Merge test changes to main - ${{ steps.version.outputs.v-version }}" | ||
- name: Create or update version tag comment in promotion PR (test) | ||
uses: im-open/update-pr-comment@v1.1.3 | ||
uses: im-open/update-pr-comment@v1.2.2 | ||
if: ${{ steps.check-changes.outputs.has_diff == 'true' && github.ref == 'refs/heads/test' }} | ||
with: | ||
pr-number: ${{ steps.update-pr-test.outputs.pr_number }} | ||
|