Skip to content

Commit

Permalink
Update closed.yml GitHub workflow (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-bot committed Dec 26, 2022
1 parent f131cfc commit 2da236b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/closed.yml
Expand Up @@ -26,4 +26,15 @@ jobs:
steps:
- name: "Sync emoji in #mobsuccess-review-requested"
run: 'curl -D /dev/stderr -s "${{ secrets.ZAPIER_REVIEW_REQUESTED_RED_CROSS }}?repo=${{ github.repository }}&pr=${{ github.event.number }}"'

CommentSubPRs:
if: github.event.pull_request.merged == true
name: "Comment rebase --onto on Sub PRs"
runs-on: ubuntu-20.04
timeout-minutes: 2
steps:
- uses: mobsuccess-devops/github-actions-mobsuccess@master
with:
github-token: ${{ github.token }}
action: "after-pr-merged"
# DO NOT EDIT: END

0 comments on commit 2da236b

Please sign in to comment.