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.
1 parent 052defd commit aba3f08Copy full SHA for aba3f08
1 file changed
.github/workflows/update-syntax-description.yml
@@ -55,8 +55,9 @@ jobs:
55
fi
56
- name: Create Pull Request
57
if: env.CHANGES_DETECTED == 'true'
58
- uses: cfengine/create-pull-request@v6
+ uses: cfengine/create-pull-request@v7
59
with:
60
+ sign-commits: true
61
title: Updated syntax-description.json
62
body: Automated update to syntax-description.json [the `update-syntax-description` workflow](https://github.com/cfengine/cfengine-cli/tree/main/.github/workflows/update-syntax-description.yml).
63
reviewers: |
0 commit comments