You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/release/issue-triaging.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ To do the initial triage and remove the `needs-triage` label, the following cond
61
61
62
62
### Applying and removing labels
63
63
64
-
Users without write access to [`rust-lang/rust`] can use **@rustbot** to add or remove [the labels allowed by the `triagebot.toml` configuration](https://github.com/rust-lang/rust/blob/master/triagebot.toml) as a workaround.
64
+
Users without write access to [`rust-lang/rust`] can use **@rustbot** to add or remove [the labels allowed by the `triagebot.toml` configuration](https://github.com/rust-lang/rust/blob/HEAD/triagebot.toml) as a workaround.
65
65
66
66
Users with write access should change the labels directly to avoid sending a notification to everyone subscribed to the issue unnecessarily.
67
67
@@ -73,7 +73,7 @@ For example:
73
73
74
74
To see a list of all labels, check out the "labels" page next to the search bar in the issue tracker.
75
75
76
-
Note that some labels may only be applied by users with write access to [`rust-lang/rust`]. Refer to the `allow-unauthenticated` list under `[relabel]` section in [`triagebot.toml`](https://github.com/rust-lang/rust/blob/master/triagebot.toml) to see what labels users without write access may use.
76
+
Note that some labels may only be applied by users with write access to [`rust-lang/rust`]. Refer to the `allow-unauthenticated` list under `[relabel]` section in [`triagebot.toml`](https://github.com/rust-lang/rust/blob/HEAD/triagebot.toml) to see what labels users without write access may use.
0 commit comments