From 5ada5e7a0e07aba6c2b5f4da6d34e540fd976882 Mon Sep 17 00:00:00 2001 From: Mobsuccess Bot Date: Mon, 26 Aug 2024 13:41:08 +0000 Subject: [PATCH] chore(gha): 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 9788266..d2883a6 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