Browse Source

Fix PR's waiting on team links

Santiago Pastorino 5 years ago
parent
commit
2fc23bc1d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/prs_waiting_on_team.tt

+ 1 - 1
templates/prs_waiting_on_team.tt

@@ -1,6 +1,6 @@
 ## PR's waiting for on team
 
-1. [All PR's waiting on team](https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-waiting-on-team)
+1. [All PR's waiting on team](https://github.com/rust-lang/rust/labels/S-waiting-on-team)
     - Add T-compiler or libs-impl tag when it corresponds.
     - Do a sanity check on them.