Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ci(squash_typos.py): credit authors #15967 | dundargoc | 2021-10-08 |
| | |||
* | ci: ensure all PRs are up to date with master before attempting squash | Dundar Göc | 2021-08-15 |
| | | | | This is to ensure unrelated authors don't get credited. | ||
* | ci: comment from bot is more helpful in case of conflict (#15359) | dundargoc | 2021-08-13 |
| | | | Also change PR title to follow conventional commits convention. | ||
* | ci: fix typo squasher by changing trigger to "pull_request_target" (#15357) | dundargoc | 2021-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) | dundargoc | 2021-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. |