From c13169a37cc1d0bc477659dbc14cc606411ed2bb Mon Sep 17 00:00:00 2001 From: James Cuzella Date: Fri, 6 Oct 2023 18:37:27 -0600 Subject: [PATCH 1/3] ci: add paulxstretch to CI soloistrc --- test/fixtures/soloistrc | 1 + 1 file changed, 1 insertion(+) diff --git a/test/fixtures/soloistrc b/test/fixtures/soloistrc index 67972bbb..65b78efe 100644 --- a/test/fixtures/soloistrc +++ b/test/fixtures/soloistrc @@ -140,6 +140,7 @@ node_attributes: - lsusb casks: - bpm + - paulxstretch workspace_directory: src vim_alias_vi_to_minimal_vim: false From e51efd7f20044e94e0a75b307c1d2ab492ae767c Mon Sep 17 00:00:00 2001 From: James Cuzella Date: Mon, 5 Aug 2024 23:41:35 -0600 Subject: [PATCH 2/3] soloistrc.lyra: Add chezmoi via Homebrew --- soloistrc.lyra.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/soloistrc.lyra.yml b/soloistrc.lyra.yml index 7aff61cd..445ac39e 100644 --- a/soloistrc.lyra.yml +++ b/soloistrc.lyra.yml @@ -201,6 +201,7 @@ node_attributes: formulas: - bash-completion # - ctags-exuberant + - chezmoi - ag - exa - gptfdisk From d2c496b330d260e681403c1ed073febacad10fba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 06:43:22 +0000 Subject: [PATCH 3/3] build(deps): bump peterjgrainger/action-create-branch Bumps [peterjgrainger/action-create-branch](https://github.com/peterjgrainger/action-create-branch) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/peterjgrainger/action-create-branch/releases) - [Commits](https://github.com/peterjgrainger/action-create-branch/compare/v2.2.0...v3.0.0) --- updated-dependencies: - dependency-name: peterjgrainger/action-create-branch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/git-flow-automerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/git-flow-automerge.yml b/.github/workflows/git-flow-automerge.yml index a49566c7..d9addb0c 100644 --- a/.github/workflows/git-flow-automerge.yml +++ b/.github/workflows/git-flow-automerge.yml @@ -49,7 +49,7 @@ jobs: run: | echo 'branch=release/chef-v${{ steps.extract_chef_version.outputs.chef_version }}' >> "$GITHUB_OUTPUT" id: chef_release - - uses: peterjgrainger/action-create-branch@v2.2.0 + - uses: peterjgrainger/action-create-branch@v3.0.0 env: GITHUB_TOKEN: ${{ secrets.LYRAPHASE_RUNNER_AUTOMERGE_TOKEN }} with: