From 46d294f052fed1e92f05df2f390ee0c94c673aae Mon Sep 17 00:00:00 2001 From: Mobsuccess Bot Date: Fri, 2 Dec 2022 09:56:26 +0000 Subject: [PATCH] Update closed.yml GitHub workflow --- .github/workflows/closed.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/closed.yml b/.github/workflows/closed.yml index 978826629..d2883a615 100644 --- a/.github/workflows/closed.yml +++ b/.github/workflows/closed.yml @@ -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