mirror of
https://github.com/sdras/awesome-actions.git
synced 2025-01-28 15:17:07 -05:00
Merge pull request #476 from sdras/small-edits-sd
Fix some title-casing errors
This commit is contained in:
commit
fa2762f1c7
32
README.md
32
README.md
@ -329,25 +329,25 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
||||
|
||||
### Pull Requests
|
||||
|
||||
- [Set pull request reviewers based on assignees](https://github.com/pullreminders/assignee-to-reviewer-action)
|
||||
- [Open or update pull request on branch push (with branch selection)](https://github.com/vsoch/pull-request-action)
|
||||
- [Automatically rebase a PR](https://github.com/cirrus-actions/rebase)
|
||||
- [Label pull request once it has a specified number of approvals](https://github.com/pullreminders/label-when-approved-action)
|
||||
- [Add labels to Pull Request based on matched file patterns](https://github.com/banyan/auto-label)
|
||||
- [Auto approve pull requests](https://github.com/hmarr/auto-approve-action)
|
||||
- [Automatically add reviewers to pull request based on the configuration file](https://github.com/kentaro-m/auto-assign-action)
|
||||
- [Add labels to Pull Request based on branch name patterns](https://github.com/TimonVS/pr-labeler-action)
|
||||
- [Add labels to Pull Request based on total size of the diff](https://github.com/pascalgn/size-label-action)
|
||||
- [Automatically merge Pull Requests that are ready](https://github.com/pascalgn/automerge-action)
|
||||
- [Verify pull requests contain a ticket reference](https://github.com/vijaykramesh/pr-lint-action)
|
||||
- [Create a pull request for changes to your repository in the actions workspace](https://github.com/peter-evans/create-pull-request)
|
||||
- [Pull Request Lint](https://github.com/seferov/pr-lint-action)
|
||||
- [ChatOps For Pull Requests](https://github.com/machine-learning-apps/actions-chatops)
|
||||
- [Prefix title and body of a PR based on text extracted from branch name](https://github.com/tzkhan/pr-update-action)
|
||||
- [Set PR Reviewers Based on Assignees](https://github.com/pullreminders/assignee-to-reviewer-action)
|
||||
- [Open or Update PR on Branch Push (with Branch Selection)](https://github.com/vsoch/pull-request-action)
|
||||
- [Automatically Rebase a PR](https://github.com/cirrus-actions/rebase)
|
||||
- [Label PR once it has a Specified Number of Approvals](https://github.com/pullreminders/label-when-approved-action)
|
||||
- [Add Labels to a PR based on Matched File Patterns](https://github.com/banyan/auto-label)
|
||||
- [Auto-Approve PRs](https://github.com/hmarr/auto-approve-action)
|
||||
- [Automatically add Reviewers to PR based on the Configuration File](https://github.com/kentaro-m/auto-assign-action)
|
||||
- [Add Labels to a PR based on Branch Name Patterns](https://github.com/TimonVS/pr-labeler-action)
|
||||
- [Add Labels to a PR based on Total Size of the Diff](https://github.com/pascalgn/size-label-action)
|
||||
- [Automatically merge PRs That Are Ready](https://github.com/pascalgn/automerge-action)
|
||||
- [Verify That PRs Contain a Ticket Reference](https://github.com/vijaykramesh/pr-lint-action)
|
||||
- [Create a PR for Changes to your Repository in the Actions Workspace](https://github.com/peter-evans/create-pull-request)
|
||||
- [Lint a PR](https://github.com/seferov/pr-lint-action)
|
||||
- [ChatOps for PRs](https://github.com/machine-learning-apps/actions-chatops)
|
||||
- [Prefix Title and Body of a PR Based on Text Extracted from Branch Name](https://github.com/tzkhan/pr-update-action)
|
||||
- [Block Autosquash Commits](https://github.com/xt0rted/block-autosquash-commits-action)
|
||||
- [Automatically Bump and Tag on Merge](https://github.com/anothrNick/github-tag-action)
|
||||
- [Automatically Update PRs with Outdated Checks and Squash and Merge the Ones Matching All Branch Protections](https://github.com/tibdex/autosquash)
|
||||
- [Merge Pal - automatically update and merge pull requests](https://github.com/maxkomarychev/merge-pal-action)
|
||||
- [Merge Pal - Automatically Update and Merge PRs](https://github.com/maxkomarychev/merge-pal-action)
|
||||
- [Enforce naming convention on pull request title](https://github.com/deepakputhraya/action-pr-title)
|
||||
- [Pull Request Stuck Notifier](https://github.com/loomble/pull-request-stuck-notifier-action)
|
||||
- [Lint pull request name with commitlint (Awesome if you squash merge !)](https://github.com/JulienKode/pull-request-name-linter-action)
|
||||
|
Loading…
x
Reference in New Issue
Block a user