diff --git a/.github/workflows/collect-issues-shared.yml b/.github/workflows/collect-issues-shared.yml index 567f653..152d436 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.8 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..7c551eb 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.8 with: organizations: ${{ inputs.organizations }} repositories: ${{ inputs.repositories }} diff --git a/.github/workflows/proposal-shared.yml b/.github/workflows/proposal-shared.yml index a4ab710..45d4afa 100644 --- a/.github/workflows/proposal-shared.yml +++ b/.github/workflows/proposal-shared.yml @@ -132,7 +132,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.8 with: chat_id: ${{ inputs.telegram_chat_id }} bot_token: ${{ secrets.telegram_bot_token }} @@ -160,7 +160,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.8 with: chat_id: ${{ inputs.telegram_chat_id }} bot_token: ${{ secrets.telegram_bot_token }} @@ -185,7 +185,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.8 with: chat_id: ${{ inputs.telegram_chat_id }} bot_token: ${{ secrets.telegram_bot_token }} @@ -209,7 +209,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.8 with: chat_id: ${{ inputs.telegram_chat_id }} bot_token: ${{ secrets.telegram_bot_token }} @@ -250,7 +250,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.8 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..c74c88b 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.8 with: routes: ${{ inputs.routes }} label_name: ${{ inputs.label_name }}