From 14cee9291d03d1b4a438ffe4fa157ae8cd40d569 Mon Sep 17 00:00:00 2001 From: Reasel Date: Tue, 24 Feb 2026 10:25:01 -0800 Subject: [PATCH] fix: update deploy workflow PR title to "Update AFK Stats Tracker" --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 68fc6b0..048725d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -63,7 +63,7 @@ jobs: else PR_URL=$(gh pr create \ --repo runelite/plugin-hub \ - --title "update afk-stats-tracker" \ + --title "Update AFK Stats Tracker" \ --body "Update commit to ${{ steps.sha.outputs.sha }}" \ --base master \ --head Reasel:afk-stats-tracker)