Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Pull Requests

Pull Requests

99 projects

Showing 36 of 99 projects

Run golangci-lint, with reviewdog output on the PR
Run golangci-lint, with reviewdog output on the PRTypeScript

A GitHub Action that runs golangci-lint with reviewdog to automatically lint Go code in pull requests.

#golangci-lint#pull-requests#automated-testing
Stars243
Forks46
Last commit
Annotate a GitHub Pull Request Based on a Checkstyle XML-Report
Annotate a GitHub Pull Request Based on a Checkstyle XML-ReportPHP

Converts Checkstyle XML reports into GitHub Pull Request annotations for use in GitHub Actions.

#cs2pr#developer-tools#githubaction-workflow
Stars202
Forks27
Last commit
claude-tmux
claude-tmuxRust

A terminal user interface for managing multiple Claude Code sessions within tmux with session overview and status monitoring.

#git-worktree#developer-tools#workflow-automation
Stars196
Forks27
Last commit3 months ago
GitHub Environment Variables Action
GitHub Environment Variables ActionJavaScript

A GitHub Action that exposes useful environment variables like repository slugs, branch names, and PR details for CI/CD workflows.

#deployment#devops#environment-variables
Stars188
Forks23
Last commit
linty fresh
linty freshPython

A tool that parses lint errors and reports them as comments on GitHub pull requests.

#github-integration#automated-code-review#lyft
Stars185
Forks26
Last commit3 years ago
Open or Update PR on Branch Push (with Branch Selection)
Open or Update PR on Branch Push (with Branch Selection)Python

A GitHub Action that automatically opens or updates pull requests when branches with a specified prefix are pushed.

#hacktoberfest#devops#branch-management
Stars174
Forks58
Last commit
Automatically Update PRs with Outdated Checks and Squash and Merge the Ones Matching All Branch Protections
Automatically Update PRs with Outdated Checks and Squash and Merge the Ones Matching All Branch ProtectionsTypeScript

GitHub Action to automatically update and squash-merge pull requests with the 'autosquash' label.

#javascript-github-action#github-action#javascript-action
Stars142
Forks25
Last commit
Enforce naming convention on pull request title
Enforce naming convention on pull request titleJavaScript

A GitHub Action that enforces pull request title conventions using regex patterns and prefix rules.

#hacktoberfest#devops#team-collaboration
Stars138
Forks81
Last commit
atlas.nvim
atlas.nvimLua

A Neovim plugin for browsing and managing Bitbucket pull requests and Jira issues directly within the editor.

#developer-tools#issue-tracking#jira
Stars125
Forks10
Last commit5 days ago
Lint a PR
Lint a PRTypeScript

A GitHub Action that lints pull request titles against a custom regex pattern to enforce consistent formatting.

#actions#workflow-automation#pull-request
Stars122
Forks23
Last commit4 months ago
Run shellcheck, with reviewdog output on the PR
Run shellcheck, with reviewdog output on the PRShell

A GitHub Action that runs shellcheck with reviewdog to automatically review shell scripts in pull requests.

#shellcheck#devops#shell-scripting
Stars121
Forks24
Last commit
Lint terraform files using tflint, with reviewdog output on the PR
Lint terraform files using tflint, with reviewdog output on the PRShell

A GitHub Action that runs tflint with reviewdog on pull requests to enforce Terraform best practices.

#tflint#devops#terraform
Stars120
Forks24
Last commit
AI Git Narrator
AI Git NarratorSwift

A command-line tool that uses AI (OpenAI, Gemini, or Ollama) to generate Git commit messages and PR descriptions from your diffs and commits.

#commit#ai#pr
Stars119
Forks6
Last commit6 months ago
github
githubTypeScript

An ESLint formatter that reports lint results as annotations in GitHub pull requests using the Checks API.

#developer-tools#pull-requests#ci-cd
Stars111
Forks3
Last commit11 months ago
Run mispell, with reviewdog output on the PR
Run mispell, with reviewdog output on the PRShell

A GitHub Action that runs the misspell spell checker with reviewdog to catch typos in pull requests.

#misspell#developer-tools#spell-checking
Stars102
Forks29
Last commit4 days ago
Add Labels to a PR based on Total Size of the Diff
Add Labels to a PR based on Total Size of the DiffJavaScript

A GitHub Action that automatically labels pull requests based on the number of changed lines.

#hacktoberfest#size-labels#workflow-automation
Stars101
Forks48
Last commit
Label your Pull Requests auto-magically (using committed files)
Label your Pull Requests auto-magically (using committed files)TypeScript

A GitHub Action that automatically labels pull requests based on committed files using regex patterns.

#repository-management#regex#workflow-automation
Stars99
Forks16
Last commit
Lint pull request name with commitlint (Awesome if you squash merge !)
Lint pull request name with commitlint (Awesome if you squash merge !)TypeScript

A GitHub Action that automatically lints pull request titles using commitlint conventions.

#actions#productivity#commitlint
Stars87
Forks12
Last commit
Action to enforce branch naming rules
Action to enforce branch naming rulesJavaScript

Github action to enforce naming convention on branch names

#hacktoberfest#branching-strategies#pull-requests
Stars87
Forks41
Last commit2 years ago
Prefix Title and Body of a PR Based on Text Extracted from Branch Name
Prefix Title and Body of a PR Based on Text Extracted from Branch NameJavaScript

A GitHub Action that automatically updates pull request titles and bodies with information extracted from branch names.

#devops#branch-management#workflow-automation
Stars85
Forks61
Last commit
Action to send LGTM reaction as image or GIF when we say lgtm
Action to send LGTM reaction as image or GIF when we say lgtmGo

A GitHub Action that automatically posts LGTM reaction images when triggered by specific comments or reviews.

#actions#lgtm#workflow-automation
Stars81
Forks8
Last commit
Verify That PRs Contain a Ticket Reference
Verify That PRs Contain a Ticket ReferenceJavaScript

A GitHub Action that validates pull requests contain references to Jira tickets in titles, branch names, or commits.

#devops#workflow-automation#jira-integration
Stars77
Forks23
Last commit
PowerShell static analysis with PSScriptAnalyzer
PowerShell static analysis with PSScriptAnalyzerPowerShell

A GitHub Action that runs PSScriptAnalyzer static code analysis on PowerShell scripts during pull requests.

#static-code-analysis#pull-requests#psscriptanalyzer
Stars76
Forks14
Last commit
ChatOps for PRs
ChatOps for PRsPython

A GitHub Action that enables ChatOps by triggering workflows from PR comments using custom commands.

#devops#github-apps#chatops
Stars76
Forks10
Last commit3 years ago
Run tfsec, with reviewdog output on the PR
Run tfsec, with reviewdog output on the PRShell

A GitHub Action that runs tfsec with reviewdog on pull requests to enforce Terraform security best practices.

#terraform-security#security-scanning#infrastructure-as-code
Stars76
Forks24
Last commit
Pull Request Lint With Regex
Pull Request Lint With RegexJavaScript

A fast TypeScript GitHub Action that validates pull request titles against a configurable regex pattern.

#workflow#regex#linter
Stars72
Forks28
Last commit3 days ago
Keep Your PRs in Sync With Teamwork Tasks
Keep Your PRs in Sync With Teamwork TasksShell

A GitHub Action that synchronizes pull requests with tasks in Teamwork to streamline development workflows.

#task-synchronization#devops#teamwork-integration
Stars69
Forks27
Last commit
Add Labels to a PR based on Matched File Patterns
Add Labels to a PR based on Matched File PatternsTypeScript

A GitHub Action that automatically adds labels to pull requests based on file patterns.

#workflow-automation#pull-requests#git
Stars67
Forks11
Last commit3 years ago
open-pr
open-prShell

A Zsh plugin that opens GitHub pull request creation pages directly from the command line.

#developer-tools#workflow-automation#zsh-plugin
Stars64
Forks12
Last commit4 years ago
terraform-plan
terraform-planJavaScript

A GitHub Action that runs Terraform plan, validates infrastructure changes, and posts a summary as a PR comment.

#devops#policy-as-code#terragrunt
Stars64
Forks6
Last commit5 days ago
Herald Rules for GitHub: Add Subscribers, Assignees, Labels, and More to Your PR
Herald Rules for GitHub: Add Subscribers, Assignees, Labels, and More to Your PRTypeScript

A GitHub Action that automatically adds reviewers, assignees, labels, and comments to pull requests based on customizable JSON rules.

#devops#team-collaboration#reviewers
Stars56
Forks7
Last commit
froggit-go
froggit-goGo

A universal Go library for interacting with multiple VCS providers like GitHub, GitLab, Bitbucket, and Azure Repos.

#bitbucket-server#version-control#repository-management
Stars54
Forks30
Last commit4 days ago
Check bundlephobia
Check bundlephobiaJavaScript

GitHub Action that checks new package sizes on Bundlephobia and comments on pull requests with size differences.

#web-optimization#npm-packages#pull-requests
Stars52
Forks6
Last commit3 years ago
Problem Child
Problem ChildRuby

A web application that allows authenticated or anonymous users to submit GitHub issues and pull requests via customizable HTML forms.

#form-submission#github-integration#issue-tracking
Stars52
Forks6
Last commit3 years ago
Run stylelint, with reviewdog output on the PR
Run stylelint, with reviewdog output on the PRShell

A GitHub Action that runs stylelint with reviewdog to automatically lint CSS files and post review comments on pull requests.

#developer-tools#css-linting#continuous-integration
Stars52
Forks22
Last commit
Add Label to your Pull Requests based on the author team name
Add Label to your Pull Requests based on the author team nameTypeScript

A GitHub Action that automatically labels pull requests and issues based on the author's team membership.

#actions#workflow#issue-tracking
Stars50
Forks44
Last commit
PreviousPage 2 of 3

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
1 day ago
1 month ago
3 months ago
1 year ago
5 years ago
1 year ago
4 days ago
4 days ago
1 month ago
3 years ago
14 days ago
2 years ago
3 years ago
1 year ago
3 years ago
2 days ago
5 days ago
7 days ago
4 days ago
14 days ago
Next
#Github Actions70
#Ci Cd54
#Automation43
#Code Review39
#Workflow Automation32
#Devops27
#Developer Tools23
#Github22
#Code Quality17
#Continuous Integration14
#Static Analysis14
#Linting13