From 33701464900ef00dc9a11a0304b753b8ae66464e Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Fri, 14 Jun 2024 22:51:23 +0200 Subject: [PATCH] Sign off commits by WPT importer (#32502) This will be important to enforce signing off commits in the project. --- .github/workflows/scheduled-wpt-import.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scheduled-wpt-import.yml b/.github/workflows/scheduled-wpt-import.yml index b8b668b403f..1b56743d801 100644 --- a/.github/workflows/scheduled-wpt-import.yml +++ b/.github/workflows/scheduled-wpt-import.yml @@ -57,7 +57,7 @@ jobs: ./mach update-wpt linux-layout-2013/raw/*.log --legacy-layout ./mach update-wpt linux-layout-2020/raw/*.log git add tests/wpt/meta tests/wpt/meta-legacy-layout - git commit -a --amend --no-edit + git commit -a --amend -s --no-edit - name: Push changes uses: ad-m/github-push-action@master with: