Skip to content

Commit b939623

Browse files
committed
add crates_io_ops_bot to has_any
Signed-off-by: Nell Shamrell <[email protected]>
1 parent 34b6e79 commit b939623

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/permissions.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ macro_rules! permissions {
121121
$(|| self.$boolean)*
122122
$(|| self.bors.$bors.review)*
123123
$(|| self.bors.$bors.try_)*
124+
$(|| self.crates_io_ops_bot.$crates_io_ops_app)*
124125
}
125126

126127
pub(crate) fn validate(&self, what: String) -> Result<(), Error> {

0 commit comments

Comments
 (0)