Skip to content

Commit

Permalink
Remove comment from workflow (#12329)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonalivdeshpande authored Oct 7, 2022
1 parent 46824d1 commit 5d8ddfd
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/push-queue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,3 @@ jobs:
label: `queued`,
};
await queueClient.sendMessage(JSON.stringify(message));
add-comment:
runs-on: ubuntu-latest
needs: [ queue-pr ]
steps:
- uses: jwalton/gh-find-current-pr@e12d66bc9ecc4fdcde07b0f70a3cb68ce7e4d807 # pin@v1
id: findPr
with:
state: all
- run: echo "Your PR is ${PR}"
if: success() && steps.findPr.outputs.number
env:
PR: ${{ steps.findPr.outputs.pr }}
- uses: marocchino/sticky-pull-request-comment@39c5b5dc7717447d0cba270cd115037d32d28443 # pin@v2
with:
number: ${{ steps.findPr.outputs.pr }}
message: |
This commit is queued for merging with the `next` branch! Please ignore this PR for now. Contact @microsoft/fluid-cr-infra for help.

0 comments on commit 5d8ddfd

Please sign in to comment.