aboutsummaryrefslogtreecommitdiff
path: root/scripts/squash_typos.py
Commit message (Collapse)AuthorAge
* ci: remove unused "squash typo" workflowDundar Göc2021-12-20
|
* ci(squash_typos.py): credit authors #15967dundargoc2021-10-08
|
* ci: ensure all PRs are up to date with master before attempting squashDundar Göc2021-08-15
| | | | This is to ensure unrelated authors don't get credited.
* ci: comment from bot is more helpful in case of conflict (#15359)dundargoc2021-08-13
| | | Also change PR title to follow conventional commits convention.
* ci: fix typo squasher by changing trigger to "pull_request_target" (#15357)dundargoc2021-08-13
| | | | | The "pull_request" trigger only enables read-access for forks, "pull_request_target" is required if a fork is to be a trigger. Also changed the python script to reflect this change.
* ci: create GitHub Action that squashes all typo PRs into a single PR (#15041)dundargoc2021-08-09
The action adds all pull-request authors (and Marvim) as a co-author to the newly created PR and also links to the closed PRs.