@@ -329,25 +329,25 @@ Set up your GitHub Actions workflow with a specific version of your programming
329
329
330
330
### Pull Requests
331
331
332
- - [ Set pull request reviewers based on assignees ] ( https://github.com/pullreminders/assignee-to-reviewer-action )
333
- - [ Open or update pull request on branch push (with branch selection )] ( https://github.com/vsoch/pull-request-action )
334
- - [ Automatically rebase a PR] ( https://github.com/cirrus-actions/rebase )
335
- - [ Label pull request once it has a specified number of approvals ] ( https://github.com/pullreminders/label-when-approved-action )
336
- - [ Add labels to Pull Request based on matched file patterns ] ( https://github.com/banyan/auto-label )
337
- - [ Auto approve pull requests ] ( https://github.com/hmarr/auto-approve-action )
338
- - [ Automatically add reviewers to pull request based on the configuration file ] ( https://github.com/kentaro-m/auto-assign-action )
339
- - [ Add labels to Pull Request based on branch name patterns ] ( https://github.com/TimonVS/pr-labeler-action )
340
- - [ Add labels to Pull Request based on total size of the diff ] ( https://github.com/pascalgn/size-label-action )
341
- - [ Automatically merge Pull Requests that are ready ] ( https://github.com/pascalgn/automerge-action )
342
- - [ Verify pull requests contain a ticket reference ] ( https://github.com/vijaykramesh/pr-lint-action )
343
- - [ Create a pull request for changes to your repository in the actions workspace ] ( https://github.com/peter-evans/create-pull-request )
344
- - [ Pull Request Lint ] ( https://github.com/seferov/pr-lint-action )
345
- - [ ChatOps For Pull Requests ] ( https://github.com/machine-learning-apps/actions-chatops )
346
- - [ Prefix title and body of a PR based on text extracted from branch name ] ( https://github.com/tzkhan/pr-update-action )
332
+ - [ Set PR Reviewers Based on Assignees ] ( https://github.com/pullreminders/assignee-to-reviewer-action )
333
+ - [ Open or Update PR on Branch Push (with Branch Selection )] ( https://github.com/vsoch/pull-request-action )
334
+ - [ Automatically Rebase a PR] ( https://github.com/cirrus-actions/rebase )
335
+ - [ Label PR once it has a Specified Number of Approvals ] ( https://github.com/pullreminders/label-when-approved-action )
336
+ - [ Add Labels to a PR based on Matched File Patterns ] ( https://github.com/banyan/auto-label )
337
+ - [ Auto-Approve PRs ] ( https://github.com/hmarr/auto-approve-action )
338
+ - [ Automatically add Reviewers to PR based on the Configuration File ] ( https://github.com/kentaro-m/auto-assign-action )
339
+ - [ Add Labels to a PR based on Branch Name Patterns ] ( https://github.com/TimonVS/pr-labeler-action )
340
+ - [ Add Labels to a PR based on Total Size of the Diff ] ( https://github.com/pascalgn/size-label-action )
341
+ - [ Automatically merge PRs That Are Ready ] ( https://github.com/pascalgn/automerge-action )
342
+ - [ Verify That PRs Contain a Ticket Reference ] ( https://github.com/vijaykramesh/pr-lint-action )
343
+ - [ Create a PR for Changes to your Repository in the Actions Workspace ] ( https://github.com/peter-evans/create-pull-request )
344
+ - [ Lint a PR ] ( https://github.com/seferov/pr-lint-action )
345
+ - [ ChatOps for PRs ] ( https://github.com/machine-learning-apps/actions-chatops )
346
+ - [ Prefix Title and Body of a PR Based on Text Extracted from Branch Name ] ( https://github.com/tzkhan/pr-update-action )
347
347
- [ Block Autosquash Commits] ( https://github.com/xt0rted/block-autosquash-commits-action )
348
348
- [ Automatically Bump and Tag on Merge] ( https://github.com/anothrNick/github-tag-action )
349
349
- [ Automatically Update PRs with Outdated Checks and Squash and Merge the Ones Matching All Branch Protections] ( https://github.com/tibdex/autosquash )
350
- - [ Merge Pal - automatically update and merge pull requests ] ( https://github.com/maxkomarychev/merge-pal-action )
350
+ - [ Merge Pal - Automatically Update and Merge PRs ] ( https://github.com/maxkomarychev/merge-pal-action )
351
351
- [ Enforce naming convention on pull request title] ( https://github.com/deepakputhraya/action-pr-title )
352
352
- [ Pull Request Stuck Notifier] ( https://github.com/loomble/pull-request-stuck-notifier-action )
353
353
- [ Lint pull request name with commitlint (Awesome if you squash merge !)] ( https://github.com/JulienKode/pull-request-name-linter-action )
0 commit comments