Skip to content

Commit

Permalink
chore: urgent label renamed to P0 (#1923)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas authored Jul 2, 2024
1 parent 8137fd7 commit 0f06414
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/update-workflow-issue
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ update <<EOF
<!-- This file is generated by scripts/update-workflow-issue. Do not edit manually. -->
$(
issues="$(list_issues --label urgent)"
issues="$(list_issues --label P0)"
test -z "$issues" && exit 0
echo "### https://github.com/TBD54566975/ftl/labels/urgent"
echo "### https://github.com/TBD54566975/ftl/labels/P0"
echo
echo "> [!WARNING]"
echo "> These issues are urgent and need immediate attention."
echo "> These issues are P0 and need immediate attention."
echo "$issues"
)
Expand Down

0 comments on commit 0f06414

Please sign in to comment.