fantasticfiasco/Update license copyright year(s)

Updates the copyright year(s) in your license file and creates a pull request.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenPersonal access token (PAT) used when interacting with Git and GitHub. We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary. [Learn more about creating and using encrypted secrets](https://help.github.com/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) yes
pathA path or wildcard pattern specifying files to transform. Multiple paths can be specified using literal styled YAML. noLICENSE
transformA regular expression (JavaScript flavor) describing the license transform. The expression must have the following properties: - A capturing group named "from", encapsulating the first year of license validity - Written to support the RegExp flags "gmi" ("global", "multiline" and "ignore case") The expression will be used by String.prototype.replace() to apply the transformation. no
branchNameThe branch name. Supports substituting variable {{currentYear}}.nolicense/copyright-to-{{currentYear}}
commitTitleThe git commit title. Supports substituting variable {{currentYear}}.nodocs(license): update copyright year(s)
commitBodyThe git commit body that will be appended to commit title, separated by two line returns. Supports substituting variable {{currentYear}}. no""
commitAuthorNameThe git author name, used when committing changes to the repository.nogithub-actions
commitAuthorEmailThe git author e-mail, used when committing changes to the repository.nogithub-actions@github.com
gpgPrivateKeyThe GPG private key, used in combination with gpgPassphrase when signing commits. Private keys protected by a passphrase are supported while private keys without a passphrase are unsupported. no""
gpgPassphraseThe GPG passphrase, used in combination with gpgPrivateKey when signing commits.no""
prTitleThe title of the new pull request. Supports substituting variable {{currentYear}}.noUpdate license copyright year(s)
prBodyThe contents of the pull request. Supports substituting variable {{currentYear}}.no""
assigneesComma-separated list with usernames of people to assign when pull request is created. no""
labelsComma-separated list of labels to add when pull request is created.no""
namedescription
currentYearThe current year. This output will exist if action ran successfully and licenses where updated.
branchNameThe name of the git branch created for the purpose of updating the licenses. This output will exist if action ran successfully and licenses where updated.
pullRequestNumberThe number of the GitHub pull request created for the purpose of updating the licenses. This output will exist if action ran successfully and licenses where updated.
pullRequestUrlThe URL of the GitHub pull request created for the purpose of updating the licenses. This output will exist if action ran successfully and licenses where updated.