Skip to content

A GitHub Action to check if a PR was merged

License

Notifications You must be signed in to change notification settings

re-actors/pr-merged-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PR Merged Action

An action to check if a PR was merged. Currently it can only be used in a "pull_request" event, but will eventually be extended so it can be used in more events.

Usage

action "Check for PR Merge" {
  uses = "lannonbr/pr-merged-action@master"
  args = "true"
}

About

A GitHub Action to check if a PR was merged

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 63.1%
  • Shell 36.9%