Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/black-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ jobs:
echo ::set-output name=body::$body
- name: Create Pull Request
if: hashFiles('git_diff_exists') != ''
uses: cfengine/create-pull-request@v6
uses: cfengine/create-pull-request@v7
with:
sign-commits: true
title: Reformatted python code using Black formatter
body: ${{ steps.commit-message-from-file.outputs.body }}
reviewers: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/update-cfbs-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ jobs:
run: git add cfbs/cfbs.1 && git commit -m "Regenerated man page"
- name: Create Pull Request
if: env.MANPAGE_HASH_BEFORE != env.MANPAGE_HASH_AFTER
uses: cfengine/create-pull-request@v6
uses: cfengine/create-pull-request@v7
with:
sign-commits: true
title: Updated cfbs manual
body: Automated updates to the cfbs manual using [the `update_cfbs_manual` workflow](https://github.com/cfengine/cfbs/blob/master/.github/workflows/update-cfbs-manual.yml).
reviewers: |
Expand Down
Loading