From 3eb7bd1b29cbca6975f33b6b873b4e29c79ed97d Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Tue, 6 Feb 2024 21:11:27 +0000 Subject: [PATCH] Build/Test Tools: Make the props bot message shorter. The new default is a git flavored version, while Core wants the SVN flavor. This update is required after https://github.com/WordPress/props-bot-action/pull/61 Props desrosj, jorbin, noisysocks, gziolo. See #60417. git-svn-id: https://develop.svn.wordpress.org/trunk@57544 602fd350-edb4-49c9-b593-d223f7449a82 --- .github/workflows/props-bot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/props-bot.yml b/.github/workflows/props-bot.yml index 806ca19583167..f9d5668742372 100644 --- a/.github/workflows/props-bot.yml +++ b/.github/workflows/props-bot.yml @@ -72,6 +72,8 @@ jobs: steps: - name: Gather a list of contributors uses: WordPress/props-bot-action@trunk + with: + format: 'svn' - name: Remove the props-bot label uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1