We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3705bd2 + d2571f7 commit 497ddc2Copy full SHA for 497ddc2
.github/workflows/update-deps.yml
@@ -50,13 +50,14 @@ jobs:
50
echo "COMMIT_HASH_AFTER=$(git log -1 --format=%H)">> $GITHUB_ENV
51
- name: Create Pull Request
52
if: env.COMMIT_HASH_BEFORE != env.COMMIT_HASH_AFTER
53
- uses: cfengine/create-pull-request@v6
+ uses: cfengine/create-pull-request@v7
54
with:
55
title: "Updated dependencies (${{ matrix.branch }})"
56
body: "Automated dependency updates for the ${{ matrix.branch }} branch"
57
reviewers: |
58
olehermanse
59
larsewi
60
craigcomstock
61
+ aleksandrychev
62
branch: update-dependencies-action-${{ matrix.branch }}
63
branch-suffix: timestamp
0 commit comments