mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Bump marocchino/sticky-pull-request-comment from 2 to 3
Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2 to 3. - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/v2...v3) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
||||
|
||||
- name: Add comment if versions differ
|
||||
if: steps.version-check.outputs.version_mismatch == 'true'
|
||||
uses: marocchino/sticky-pull-request-comment@v2
|
||||
uses: marocchino/sticky-pull-request-comment@v3
|
||||
with:
|
||||
header: version-mismatch-comment
|
||||
message: |
|
||||
@@ -50,7 +50,7 @@ jobs:
|
||||
- The work package version OR your pull request target branch is correct
|
||||
- name: Version check passed
|
||||
if: steps.version-check.outputs.version_mismatch != 'true'
|
||||
uses: marocchino/sticky-pull-request-comment@v2
|
||||
uses: marocchino/sticky-pull-request-comment@v3
|
||||
with:
|
||||
header: version-mismatch-comment
|
||||
delete: true
|
||||
|
||||
Reference in New Issue
Block a user