diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6ecf3f2..86f5785 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,5 +10,6 @@ updates: interval: "weekly" day: "monday" time: "09:00" + target-branch: develop labels: - - "type/housekeeping" + - "changes/patch" diff --git a/.github/workflows/tigger-pr-stable.yml b/.github/workflows/tigger-pr-stable.yml index f89b2ce..a790f3d 100644 --- a/.github/workflows/tigger-pr-stable.yml +++ b/.github/workflows/tigger-pr-stable.yml @@ -30,4 +30,4 @@ jobs: release: needs: ["changelog"] - uses: ./.github/workflows/workflow-realease-drafter.yml + uses: ./.github/workflows/workflow-release-drafter.yml diff --git a/.github/workflows/workflow-changelog.yml b/.github/workflows/workflow-changelog.yml index 9a8cbd3..29db463 100644 --- a/.github/workflows/workflow-changelog.yml +++ b/.github/workflows/workflow-changelog.yml @@ -12,6 +12,7 @@ jobs: steps: - uses: actions/checkout@v4.1.1 with: + token: ${{ secrets.GH_INFRAHUB_BOT_TOKEN }} fetch-depth: 0 - name: Set up Python @@ -52,11 +53,10 @@ jobs: - name: push changelog uses: github-actions-x/commit@v2.9 with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.GH_INFRAHUB_BOT_TOKEN }} push-branch: 'stable' commit-message: 'chore: update changelog' - force-add: 'true' files: CHANGELOG.rst changelogs/ - name: Otto - email: info@opsmill.com + name: opsmill-bot + email: github-bot@opsmill.com rebase: true diff --git a/.github/workflows/workflow-docs.yml b/.github/workflows/workflow-docs.yml index 9cafe9e..a44b25a 100644 --- a/.github/workflows/workflow-docs.yml +++ b/.github/workflows/workflow-docs.yml @@ -12,6 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 with: + token: ${{ secrets.GH_INFRAHUB_BOT_TOKEN }} fetch-depth: 0 - name: Set up Python @@ -20,7 +21,7 @@ jobs: python-version: 3.11 - name: "Install Invoke" - run: "pip install toml invoke" + run: "pip install toml invoke antsibull-docs" - name: "Generate Docs" run: "invoke generate-doc" @@ -28,10 +29,9 @@ jobs: - name: commit documentation uses: github-actions-x/commit@v2.9 with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.GH_INFRAHUB_BOT_TOKEN }} push-branch: 'stable' commit-message: 'chore: update documentation' - force-add: 'true' files: docs/ name: opsmill-bot - email: info@opsmill.com + email: github-bot@opsmill.com diff --git a/.github/workflows/workflow-tests.yml b/.github/workflows/workflow-tests.yml index ffb0f9c..4c0a2bc 100644 --- a/.github/workflows/workflow-tests.yml +++ b/.github/workflows/workflow-tests.yml @@ -16,7 +16,7 @@ concurrency: jobs: sanity-tests: - name: Sanity (Ⓐ$${{ matrix.ansible-version }}-py${{python-version}}) + name: Sanity (Ⓐ$${{ matrix.ansible-version }}-py${{ matrix.python-version }}) strategy: fail-fast: false matrix: