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 diff --git a/action.yml.erb b/action.yml.erb index 39c72fd..45e7666 100644 --- a/action.yml.erb +++ b/action.yml.erb @@ -12,9 +12,9 @@ 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: 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