Skip to content

Commit 6591928

Browse files
authored
Build NO_TICKET Remove wip from local rust components automation (#29152)
* chore: remove wip from workflow name * chore: remove wip from PR title
1 parent 987d069 commit 6591928

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-appservices-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: (WIP)(Local AS flow) Create a PR for release with the newest A-S version available
1+
name: (Local AS flow) Create a PR for release with the newest A-S version available
22

33
# Controls when the workflow will run
44
on:

scripts/update_from_application_services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def main() -> None:
2525
args = parse_args()
2626
version = VersionInfo(args.version)
2727
BRANCH = "rcs-auto-update"
28-
TITLE = f"(WIP)(Local AS flow) Nightly auto-update ({version.swift_version})"
28+
TITLE = f"(Local AS flow) Nightly auto-update ({version.swift_version})"
2929

3030
if not args.in_place:
3131
# Ensure we have the latest remote copy of the update branch (if any)

0 commit comments

Comments
 (0)