Skip to content

Commit

Permalink
test5
Browse files Browse the repository at this point in the history
  • Loading branch information
akiioto committed Oct 10, 2024
1 parent 2850541 commit 8980ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cloud-run/slack-message-sender/slack-message-sender.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def issue_labeled() -> Response:
payload = json.loads(base64.b64decode(pubsub_message["data"]).decode("utf-8").strip())

label = payload["label"]["name"]
if label in ("internal-incident", "customer-incident"):
if label in ("internal-incident", "customer-incident", "neighbors-test"):
title = payload["issue"]["title"]
number = payload["issue"]["number"]
repo = payload["repository"]["name"]
Expand Down

0 comments on commit 8980ed4

Please sign in to comment.