From f63b9bcb670988cd1c80f4f89e07d21ad55d98f6 Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Fri, 28 Jan 2022 15:23:24 -0800 Subject: [PATCH 1/3] Revert to not setting the future option --- action.yml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml.erb b/action.yml.erb index 39c72fd..3fdadd9 100644 --- a/action.yml.erb +++ b/action.yml.erb @@ -14,7 +14,7 @@ inputs: future: description: 'Publishes posts with a future date.' required: false - default: true + default: false build_revision: description: 'The SHA-1 of the git commit for which the build is running. Default to GITHUB_SHA.' required: false From 940f8216aeb62e1d5bef3f5831a2538ff696c995 Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Fri, 28 Jan 2022 15:32:53 -0800 Subject: [PATCH 2/3] Doc --- action.yml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml.erb b/action.yml.erb index 3fdadd9..45e7666 100644 --- a/action.yml.erb +++ b/action.yml.erb @@ -12,7 +12,7 @@ inputs: required: false default: ./_site future: - description: 'Publishes posts with a future date.' + description: 'Publishes posts with a future date. When set to true, the build is made with the --future option which overrides the future option that may be set in a Jekyll configuration file.' required: false default: false build_revision: From 2e7c5b84daee82b1252a694c7a67bfefbf81b9fa Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Fri, 28 Jan 2022 15:36:07 -0800 Subject: [PATCH 3/3] Add CODEOWNERS --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..cc1fef2 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Default PR reviewers +* @actions/pages