mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-16 06:27:05 +00:00
Mattermost: add slash command coverage and docs
This commit is contained in:
7
.github/workflows/labeler.yml
vendored
7
.github/workflows/labeler.yml
vendored
@@ -284,12 +284,7 @@ jobs:
|
||||
});
|
||||
isMaintainer = membership?.data?.state === "active";
|
||||
} catch (error) {
|
||||
// GITHUB_TOKEN may not have org/team read perms; treat permission errors as non-fatal.
|
||||
if (error?.status === 404) {
|
||||
// ignore
|
||||
} else if (error?.status === 403) {
|
||||
core.warning(`Skipping team membership check for ${login}; missing permissions.`);
|
||||
} else {
|
||||
if (error?.status !== 404) {
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user