diff --git a/.github/workflows/blazor-pr-processing.yml b/.github/workflows/blazor-pr-processing.yml deleted file mode 100644 index c8fbb8b4796a..000000000000 --- a/.github/workflows/blazor-pr-processing.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: PR processing -on: - pull_request: - types: - [review_requested] -jobs: - process-blazor-pr: - if: ${{ github.event.requested_reviewer.login == 'guardrex' }} - runs-on: ubuntu-latest - permissions: - pull-requests: write - steps: - - uses: actions/github-script@v6 - with: - script: | - await github.rest.issues.createComment({ - issue_number: context.issue.number, - owner: context.repo.owner, - repo: context.repo.repo, - body: `### ๐Ÿ‚๐ŸŽƒ๐Ÿฎ *OOF: Back on Monday, 12/2* ๐Ÿฅงโ˜•๐Ÿ‚ - Stand by! We're out of the office for the Thanksgiving holiday ๐Ÿฆƒ. - - A green dinosaur ๐Ÿฆ– will be back on Monday (12/2) to assist.` - })