From ad688f67ae8965e89b960f59c18f17024693cd05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 19:02:02 +0000 Subject: [PATCH] Bump devops-infra/action-pull-request from 0.5.1 to 0.5.2 Bumps [devops-infra/action-pull-request](https://github.com/devops-infra/action-pull-request) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/devops-infra/action-pull-request/releases) - [Commits](https://github.com/devops-infra/action-pull-request/compare/v0.5.1...v0.5.2) --- 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 8aa99f0..70699ff 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.1 + uses: devops-infra/action-pull-request@v0.5.2 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.1 + uses: devops-infra/action-pull-request@v0.5.2 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.1 + uses: devops-infra/action-pull-request@v0.5.2 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.1 + uses: devops-infra/action-pull-request@v0.5.2 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.1 + uses: devops-infra/action-pull-request@v0.5.2 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.1 + uses: devops-infra/action-pull-request@v0.5.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} assignee: ${{ github.actor }}