The Changelog of the major version 2 of Recent-Activity GitHub Action.
Note that the displayed date is in the format dd-mm-yyyy
Released:
07-08-2021
- Added
{AMOUNT}
placeholder forchanges_requested
message. #90
Released:
02-07-2021
- Add
whitelisted_events
option #77
Only events defined in this list will be included in the activity list.
It takes priority over thedisabled_events
option
Released:
31-05-2021
- Move Data Collection API from Heroku to Glitch [#68]
Released:
30-05-2021
- Added
commit_name
andcommit_email
to set custom name and e-mail for the committer. [#63] - Added
docs
folder for the Wiki. [#64] - The GitHub Action will collect specific data used for statistics (Read More). [#67]
Released:
23-05-2021
- Timezone can now accept locale string as "continent/city" e.g. Asia/Kolkata [#54]
- Settings have been moved to a YAML file (by default filename is
recent-activity.config.yml
in the.github
directory and can be changed throughCONFIG_FILE
) [#53]
- New Action types added [#50]
CREATE_REPO
- When creating a new RepositoryFORK_REPO
- When forking a Repository (Uses new{FORK}
Placeholder)WIKI_CREATE
- When creating a new Wiki page (Uses new{WIKI}
Placeholder)ADDED_MEMBER
- When adding a new Collaborator to a RepositoryREVIEW_APPROVED
- When approving a Pull requestCHANGES_REQUESTED
- When requesting changes in a Pull requestRELEASE
- When publishing a new ReleaseSTAR
- When staring a Repository
- New Placeholder
{FORK}
for forked repository [#50] - New Placeholder
{WIKI}
for new Wiki pages [#50] COMMENT
now includes Commit and Pull request Comments (Not Change requests or approvals) [#50]