add-contributors

A Github Action to add contributors to your file automatically. Feel free to contribute!

APACHE-2.0 License

Stars
33
Committers
6

Bot releases are hidden (Show)

add-contributors - v0.2.2 Latest Release

Published by BobAnkh about 3 years ago

New Feature:

  • Split param PATH into PATH and BRANCH: you can specify which file path in PATH param and which branch to update changes in BRANCH param.
  • Add new param PULL_REQUEST, which must be used together with param BRANCH. Default set to '' means not to open a pull request. You can set a target branch name in PULL_REQUEST that is different with BRANCH so that to do the following things:
    • Commit changes(if have) to file specified in PATH in BRANCH(if not set means default branch)
    • If PULL_REQUEST set to a different branch with BRANCH then a new pull request will be opened.
add-contributors - v0.2.1

Published by BobAnkh over 3 years ago

Fix some small bugs:

  • now can specify debug config file in args
  • now can exclude no-name accounts
add-contributors - v0.2.0

Published by BobAnkh over 3 years ago

Add a new feature proposed in #46 to exclude certain contributors(e.g. @renovate-bot and @codacy-badger)

Resolves: #46

add-contributors - v0.1.0

Published by BobAnkh almost 4 years ago

Refactor the data structure. No breaking changes. Prepare to add some tests

Add local mode for developing on local machine.

add-contributors - v0.0.8

Published by BobAnkh almost 4 years ago

Change layout of contributors table to make it more beautiful.

add-contributors - v0.0.7

Published by BobAnkh almost 4 years ago

Support other branches.

You can use format like <branch>:<file> in input PATH, e.g. dev:/README.md, to specify the branch of your file.

add-contributors - v0.0.6

Published by BobAnkh almost 4 years ago

Add more ErrorLog to output, making it more easier to debug

add-contributors - v0.0.5

Published by BobAnkh about 4 years ago

See CHANGELOG for changes

add-contributors - v0.0.4

Published by BobAnkh about 4 years ago

See CHANGELOG for changes

add-contributors - v0.0.3

Published by BobAnkh about 4 years ago

See CHANGELOG for changes

add-contributors - v0.0.2

Published by BobAnkh about 4 years ago

v0.0.2

add-contributors - Initial release

Published by BobAnkh about 4 years ago

Initial release

Package Rankings
Top 2.51% on Github actions
Badges
Extracted from project README
Codacy Badge
Related Projects