From f6a076638cbe89e770c7c767217810bfdbdfa3fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 23:59:05 +0000 Subject: [PATCH] Bump devops-infra/action-pull-request from 0.5.3 to 0.5.5 Bumps [devops-infra/action-pull-request](https://github.com/devops-infra/action-pull-request) from 0.5.3 to 0.5.5. - [Release notes](https://github.com/devops-infra/action-pull-request/releases) - [Commits](https://github.com/devops-infra/action-pull-request/compare/v0.5.3...v0.5.5) --- updated-dependencies: - dependency-name: devops-infra/action-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/PUSH-OTHER.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/PUSH-OTHER.yml b/.github/workflows/PUSH-OTHER.yml index 0cfa095..c0a7fc3 100644 --- a/.github/workflows/PUSH-OTHER.yml +++ b/.github/workflows/PUSH-OTHER.yml @@ -74,7 +74,7 @@ jobs: - name: Create pull request - bugfix (conditional) if: startsWith(github.ref, 'refs/heads/bugfix') - uses: devops-infra/action-pull-request@v0.5.3 + uses: devops-infra/action-pull-request@v0.5.5 with: github_token: ${{ secrets.GITHUB_TOKEN }} assignee: ${{ github.actor }} @@ -84,7 +84,7 @@ jobs: - name: Create pull request - dependency (conditional) if: startsWith(github.ref, 'refs/heads/dependency') - uses: devops-infra/action-pull-request@v0.5.3 + uses: devops-infra/action-pull-request@v0.5.5 with: github_token: ${{ secrets.GITHUB_TOKEN }} assignee: ${{ github.actor }} @@ -94,7 +94,7 @@ jobs: - name: Create pull request - documentation (conditional) if: startsWith(github.ref, 'refs/heads/documentation') - uses: devops-infra/action-pull-request@v0.5.3 + uses: devops-infra/action-pull-request@v0.5.5 with: github_token: ${{ secrets.GITHUB_TOKEN }} assignee: ${{ github.actor }} @@ -104,7 +104,7 @@ jobs: - name: Create pull request - feature (conditional) if: startsWith(github.ref, 'refs/heads/feature') - uses: devops-infra/action-pull-request@v0.5.3 + uses: devops-infra/action-pull-request@v0.5.5 with: github_token: ${{ secrets.GITHUB_TOKEN }} assignee: ${{ github.actor }} @@ -114,7 +114,7 @@ jobs: - name: Create pull request - test (conditional) if: startsWith(github.ref, 'refs/heads/test') - uses: devops-infra/action-pull-request@v0.5.3 + uses: devops-infra/action-pull-request@v0.5.5 with: github_token: ${{ secrets.GITHUB_TOKEN }} assignee: ${{ github.actor }} @@ -126,7 +126,7 @@ jobs: - name: Create pull request - other (conditional) if: "!startsWith(github.ref, 'refs/heads/bugfix') && !startsWith(github.ref, 'refs/heads/dependabot') && !startsWith(github.ref, 'refs/heads/dependency') && !startsWith(github.ref, 'refs/heads/documentation') && !startsWith(github.ref, 'refs/heads/feature') && !startsWith(github.ref, 'refs/heads/test')" - uses: devops-infra/action-pull-request@v0.5.3 + uses: devops-infra/action-pull-request@v0.5.5 with: github_token: ${{ secrets.GITHUB_TOKEN }} assignee: ${{ github.actor }}