Skip to content

Commit b47febc

Browse files
committed
Revert "Update workflow"
This reverts commit 1ded77e. Merge details:
1 parent 1ded77e commit b47febc

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

.github/workflows/drupal-update.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ on:
3232
description: The branch to check for updates, defaults to the default branch
3333
required: false
3434
type: string
35-
default: master
3635
repman-host:
3736
description: The repman host for composer, if applicable
3837
required: false
@@ -168,16 +167,6 @@ jobs:
168167
- name: Remove git commit hooks
169168
if: steps.check_grumphp.outputs.files_exists == 'true'
170169
run: vendor/bin/grumphp git:deinit
171-
172-
- name: 'Get Previous tag'
173-
id: previoustag
174-
uses: "WyriHaximus/github-action-get-previous-tag@v1"
175-
176-
- name: 'Get next minor version'
177-
id: semvers
178-
uses: "WyriHaximus/github-action-next-semvers@v1"
179-
with:
180-
version: ${{ steps.previoustag.outputs.tag }}
181170

182171
- name: Create a pull request
183172
uses: peter-evans/create-pull-request@v6
@@ -191,9 +180,8 @@ jobs:
191180
committer: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
192181
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
193182
signoff: false
194-
branch: hotfix/${{ steps.semvers.outputs.patch }}
195-
base: ${{ inputs.branch }}
196-
delete-branch: false
183+
branch: feature/dependency-updates
184+
delete-branch: true
197185
title: Update modules
198186
body: |
199187
${{ steps.composer-update.outputs.commit_body }}

0 commit comments

Comments
 (0)