.github/workflows: reviewing depaware.txt is unnecessary (#16989)

@tailscale/dataplane almost never needs to review depaware.txt, when
it is the only change to the DERP implementation.

Related #16372
Updates #cleanup

Signed-off-by: Simon Law <sfllaw@tailscale.com>
pull/16990/head
Simon Law 3 months ago committed by GitHub
parent 3b68d607be
commit 442f4758a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,6 +8,8 @@ on:
- ".github/workflows/request-dataplane-review.yml"
- "**/*derp*"
- "**/derp*/**"
paths-ignore:
- "**/depaware.txt"
jobs:
request-dataplane-review:

Loading…
Cancel
Save