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 }}