From bab1e77912ca0508c840c63d1b9b7acb237fca97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 10:14:29 +0000 Subject: [PATCH] chore(deps): bump rubykatzen/starcast from 0.2 to 0.5 Bumps [rubykatzen/starcast](https://github.com/rubykatzen/starcast) from 0.2 to 0.5. - [Release notes](https://github.com/rubykatzen/starcast/releases) - [Changelog](https://github.com/rubykatzen/starcast/blob/main/CHANGELOG.md) - [Commits](https://github.com/rubykatzen/starcast/compare/v0.2...v0.5) --- updated-dependencies: - dependency-name: rubykatzen/starcast dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/proposal-shared.yml | 18 +++++++++--------- .github/workflows/route-issue-shared.yml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/proposal-shared.yml b/.github/workflows/proposal-shared.yml index 1e4ca70..e2dc7d0 100644 --- a/.github/workflows/proposal-shared.yml +++ b/.github/workflows/proposal-shared.yml @@ -91,7 +91,7 @@ jobs: steps: - name: Apply proposal id: apply - uses: rubykatzen/starcast/actions/proposal@v0.9 + uses: rubykatzen/starcast/actions/proposal@v0.5 with: mode: apply repository: ${{ github.repository }} @@ -101,7 +101,7 @@ jobs: github_token: ${{ secrets.token }} - name: Report to Telegram if: always() - uses: rubykatzen/starcast/actions/telegram-notify@v0.6 + uses: rubykatzen/starcast/actions/telegram-notify@v0.5 with: chat_id: ${{ inputs.telegram_chat_id }} bot_token: ${{ secrets.telegram_bot_token }} @@ -121,7 +121,7 @@ jobs: steps: - name: Reject proposal id: reject - uses: rubykatzen/starcast/actions/proposal@v0.9 + uses: rubykatzen/starcast/actions/proposal@v0.5 with: mode: reject repository: ${{ github.repository }} @@ -129,7 +129,7 @@ jobs: github_token: ${{ secrets.token }} - name: Report to Telegram if: always() - uses: rubykatzen/starcast/actions/telegram-notify@v0.6 + uses: rubykatzen/starcast/actions/telegram-notify@v0.5 with: chat_id: ${{ inputs.telegram_chat_id }} bot_token: ${{ secrets.telegram_bot_token }} @@ -154,7 +154,7 @@ jobs: run: 'echo "::notice::distill is not implemented yet (see #11, #13)"' - name: Report to Telegram if: always() - uses: rubykatzen/starcast/actions/telegram-notify@v0.6 + uses: rubykatzen/starcast/actions/telegram-notify@v0.5 with: chat_id: ${{ inputs.telegram_chat_id }} bot_token: ${{ secrets.telegram_bot_token }} @@ -178,7 +178,7 @@ jobs: run: 'echo "::notice::rework is not implemented yet (see #11)"' - name: Report to Telegram if: always() - uses: rubykatzen/starcast/actions/telegram-notify@v0.6 + uses: rubykatzen/starcast/actions/telegram-notify@v0.5 with: chat_id: ${{ inputs.telegram_chat_id }} bot_token: ${{ secrets.telegram_bot_token }} @@ -197,7 +197,7 @@ jobs: steps: - name: Dequeue next proposal candidate id: dequeue - uses: rubykatzen/starcast/actions/proposal@v0.9 + uses: rubykatzen/starcast/actions/proposal@v0.5 with: mode: dequeue capacity_query: ${{ inputs.capacity_query }} @@ -208,7 +208,7 @@ jobs: - name: Create proposal id: propose if: steps.dequeue.outputs.result == 'dequeued' - uses: rubykatzen/starcast/actions/proposal@v0.9 + uses: rubykatzen/starcast/actions/proposal@v0.5 with: mode: propose parent_issue_id: ${{ steps.dequeue.outputs.issue_id }} @@ -217,7 +217,7 @@ jobs: github_token: ${{ secrets.token }} - name: Report to Telegram if: always() - uses: rubykatzen/starcast/actions/telegram-notify@v0.6 + uses: rubykatzen/starcast/actions/telegram-notify@v0.5 with: chat_id: ${{ inputs.telegram_chat_id }} bot_token: ${{ secrets.telegram_bot_token }} diff --git a/.github/workflows/route-issue-shared.yml b/.github/workflows/route-issue-shared.yml index 66e39fb..094e2cb 100644 --- a/.github/workflows/route-issue-shared.yml +++ b/.github/workflows/route-issue-shared.yml @@ -27,7 +27,7 @@ jobs: route: runs-on: ubuntu-latest steps: - - uses: rubykatzen/starcast/actions/route-issue@v0.2 + - uses: rubykatzen/starcast/actions/route-issue@v0.5 with: routes: ${{ inputs.routes }} label_name: ${{ inputs.label_name }}