From dfd582facb6e1e84e79f418ea90f14ca4d5a5a6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 13:13:24 +0000 Subject: [PATCH] chore(deps): bump rubykatzen/starcast from 0.2 to 0.7 Bumps [rubykatzen/starcast](https://github.com/rubykatzen/starcast) from 0.2 to 0.7. - [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.7) --- updated-dependencies: - dependency-name: rubykatzen/starcast dependency-version: '0.7' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/collect-issues-shared.yml | 2 +- .github/workflows/collect-pull-requests-shared.yml | 2 +- .github/workflows/proposal-shared.yml | 10 +++++----- .github/workflows/route-issue-shared.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/collect-issues-shared.yml b/.github/workflows/collect-issues-shared.yml index 567f653..226b669 100644 --- a/.github/workflows/collect-issues-shared.yml +++ b/.github/workflows/collect-issues-shared.yml @@ -28,7 +28,7 @@ jobs: collect: runs-on: ubuntu-latest steps: - - uses: rubykatzen/starcast/actions/collect-issues@v0.5 + - uses: rubykatzen/starcast/actions/collect-issues@v0.7 with: organizations: ${{ inputs.organizations }} repositories: ${{ inputs.repositories }} diff --git a/.github/workflows/collect-pull-requests-shared.yml b/.github/workflows/collect-pull-requests-shared.yml index 105b00f..62b2be2 100644 --- a/.github/workflows/collect-pull-requests-shared.yml +++ b/.github/workflows/collect-pull-requests-shared.yml @@ -28,7 +28,7 @@ jobs: collect: runs-on: ubuntu-latest steps: - - uses: rubykatzen/starcast/actions/collect-pull-requests@v0.5 + - uses: rubykatzen/starcast/actions/collect-pull-requests@v0.7 with: organizations: ${{ inputs.organizations }} repositories: ${{ inputs.repositories }} diff --git a/.github/workflows/proposal-shared.yml b/.github/workflows/proposal-shared.yml index 30849ef..63a0177 100644 --- a/.github/workflows/proposal-shared.yml +++ b/.github/workflows/proposal-shared.yml @@ -118,7 +118,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.7 with: chat_id: ${{ inputs.telegram_chat_id }} bot_token: ${{ secrets.telegram_bot_token }} @@ -146,7 +146,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.7 with: chat_id: ${{ inputs.telegram_chat_id }} bot_token: ${{ secrets.telegram_bot_token }} @@ -171,7 +171,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.7 with: chat_id: ${{ inputs.telegram_chat_id }} bot_token: ${{ secrets.telegram_bot_token }} @@ -195,7 +195,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.7 with: chat_id: ${{ inputs.telegram_chat_id }} bot_token: ${{ secrets.telegram_bot_token }} @@ -236,7 +236,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.7 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..0968369 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.7 with: routes: ${{ inputs.routes }} label_name: ${{ inputs.label_name }}