Skip to content

Commit

Permalink
Fix open source workflow after introduction of Slack alert action (#4…
Browse files Browse the repository at this point in the history
…4578)
  • Loading branch information
hectorsector authored Oct 17, 2023
1 parent b88fbc3 commit 8c0599f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/move-ready-to-merge-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- labeled

permissions:
contents: read
pull-requests: write

jobs:
Expand All @@ -34,6 +35,8 @@ jobs:
ignore-if-assigned: 'false'
remove-labels: 'waiting for review'

- name: Check out repo
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: ./.github/actions/slack-alert
with:
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
Expand Down

0 comments on commit 8c0599f

Please sign in to comment.