Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Convert to nobuild tracker, see description.
Browse files Browse the repository at this point in the history
tl;dr: --nobuild now sits in commit descriptions, aka. here... and that means users wont see it anymore. so we make an indicator for them, because we are nice ❤️
  • Loading branch information
Clara K authored Apr 18, 2024
1 parent 4ac98ca commit baa183c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflow_data/webhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
else:
desc = desc.rsplit("\n", 1)[0] + f"\n+ {count - i} more commits"
max_length_reached = True
is_building = "nobuild" not in commit['message']
is_building = "--nobuild" in commit['message']

desc+= f"Build in progress for this commit: {is_building}"
desc+= f"\nNobuild flag active: {is_building}"
url = event["compare"]
color = 16723712 if event["forced"] else 3669797

Expand Down

0 comments on commit baa183c

Please sign in to comment.