Skip to content

Commit

Permalink
Skip notification from ks-ci-bot in issue comment
Browse files Browse the repository at this point in the history
Signed-off-by: Zhengyi Lai <zheng1@kubesphere.io>
  • Loading branch information
zheng1 committed Mar 6, 2024
1 parent e1a6ae1 commit aac7d47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/issue_comment_webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
script: |
console.log(context);
if (context.payload.sender.login === "ks-ci-bot") return;
const axios = require('axios');
const issue = context.payload.issue;
const comment = context.payload.comment;
Expand Down

0 comments on commit aac7d47

Please sign in to comment.