From 89bebceb810f6f3808c2decb68598d2926529909 Mon Sep 17 00:00:00 2001 From: Pavlo Shevchenko Date: Thu, 5 Sep 2024 21:44:09 +0200 Subject: [PATCH] Make sure test workflows satisfy the schema --- src/test/resources/workflows/print_issue_or_pr_title.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/resources/workflows/print_issue_or_pr_title.yml b/src/test/resources/workflows/print_issue_or_pr_title.yml index e567aea..039ab1d 100644 --- a/src/test/resources/workflows/print_issue_or_pr_title.yml +++ b/src/test/resources/workflows/print_issue_or_pr_title.yml @@ -1,9 +1,9 @@ name: Workflow printing the issue or PR title on: pull_request: - [ opened ] + types: [ opened ] issues: - [ opened ] + types: [ opened ] jobs: print_issue_title: