4545 name : Notify Slack - Approval Needed
4646 needs : check-changesets
4747 if : needs.check-changesets.outputs.has-changesets == 'true'
48- uses : posthog/.github/.github/workflows/notify-approval-needed.yml@d2e7c952fef6a22b2210bcffc70bec71abeeba03
48+ uses : posthog/.github/.github/workflows/notify-approval-needed.yml@b6cef416551ce8e557d57e1bb4f6766da7389b4e
4949 with :
5050 slack_channel_id : ${{ vars.SLACK_APPROVALS_CLIENT_LIBRARIES_CHANNEL_ID }}
5151 slack_user_group_id : ${{ vars.GROUP_CLIENT_LIBRARIES_SLACK_GROUP_ID }}
6767 steps :
6868 - name : Notify Slack - Approved
6969 if : needs.notify-approval-needed.outputs.slack_ts != ''
70- uses : posthog/.github/.github/actions/slack-thread-reply@d2e7c952fef6a22b2210bcffc70bec71abeeba03
70+ uses : posthog/.github/.github/actions/slack-thread-reply@b6cef416551ce8e557d57e1bb4f6766da7389b4e
7171 with :
7272 slack_bot_token : ${{ secrets.SLACK_CLIENT_LIBRARIES_BOT_TOKEN }}
7373 slack_channel_id : ${{ vars.SLACK_APPROVALS_CLIENT_LIBRARIES_CHANNEL_ID }}
@@ -244,7 +244,7 @@ jobs:
244244
245245 - name : Notify Slack - Failed
246246 if : ${{ failure() && needs.notify-approval-needed.outputs.slack_ts != '' }}
247- uses : posthog/.github/.github/actions/slack-thread-reply@d2e7c952fef6a22b2210bcffc70bec71abeeba03
247+ uses : posthog/.github/.github/actions/slack-thread-reply@b6cef416551ce8e557d57e1bb4f6766da7389b4e
248248 with :
249249 slack_bot_token : ${{ secrets.SLACK_CLIENT_LIBRARIES_BOT_TOKEN }}
250250 slack_channel_id : ${{ vars.SLACK_APPROVALS_CLIENT_LIBRARIES_CHANNEL_ID }}
@@ -262,7 +262,7 @@ jobs:
262262 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
263263
264264 - name : Notify Slack - Released
265- uses : posthog/.github/.github/actions/slack-thread-reply@d2e7c952fef6a22b2210bcffc70bec71abeeba03
265+ uses : posthog/.github/.github/actions/slack-thread-reply@b6cef416551ce8e557d57e1bb4f6766da7389b4e
266266 with :
267267 slack_bot_token : ${{ secrets.SLACK_CLIENT_LIBRARIES_BOT_TOKEN }}
268268 slack_channel_id : ${{ vars.SLACK_APPROVALS_CLIENT_LIBRARIES_CHANNEL_ID }}
0 commit comments