Skip to content

Commit efaca26

Browse files
authored
Merge extension updates automatically (#150)
1 parent f3b56cb commit efaca26

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/update-extensions.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,6 @@ jobs:
3838
git config --global user.email "[email protected]"
3939
git add package.json package-lock.json
4040
git commit -m "Update @redpanda-data/docs-extensions-and-macros"
41+
git push origin ${{ matrix.branch }}
4142
env:
4243
ACCESS_TOKEN: ${{ env.ACTIONS_BOT_TOKEN }}
43-
- uses: peter-evans/create-pull-request@v6
44-
with:
45-
commit-message: "auto-docs: update @redpanda-data/docs-extensions-and-macros"
46-
token: ${{ env.ACTIONS_BOT_TOKEN }}
47-
branch: update-branch-${{ matrix.branch }}
48-
title: "auto-docs: Update extensions on ${{ matrix.branch }}"
49-
body: "This PR updates the @redpanda-data/docs-extensions-and-macros package on the ${{ matrix.branch }} branch."
50-
labels: auto-docs
51-
reviewers: micheleRP, JakeSCahill, Deflaimun

0 commit comments

Comments
 (0)