Skip to content

Commit

Permalink
chore(ci): remove auto-request-reviews action
Browse files Browse the repository at this point in the history
this commit is a followup to 25d691d (#4448), where in we
removed/commented out the events tied to this action. the hope in that
commit was to temporarily disable auto request reviews while we worked
through round robin testing.

however, this action still attempts to run on merge queue actions (more
specifically, GH parses the action and see that it doesn't have an event
`on` section and sends an error email). to put a stop to that, remove
the action.

should we decide to re-enable this action, this and 25d691d should be
reverted in the same commit/pr
  • Loading branch information
rwaskiewicz committed Jun 5, 2023
1 parent cba4b6b commit 31d0e62
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 650 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/actions/auto-request-reviews/action.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .github/workflows/actions/auto-request-reviews/index.js

This file was deleted.

77 changes: 0 additions & 77 deletions .github/workflows/actions/auto-request-reviews/main.ts

This file was deleted.

Loading

0 comments on commit 31d0e62

Please sign in to comment.