Skip to content

Latest commit

 

History

182 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

action-merge-checks

For example, use the following workflow in your repositories:

name: Merge checks

on:
  pull_request_target:

jobs:
  merge-checks:
    runs-on: ubuntu-latest
    if: github.event.pull_request.head.repo.full_name != github.repository && !contains(github.event.pull_request.head_commit.message, '[skip checks]')
    steps:
      - uses: actions/checkout@v4

      - name: Merge checks
        uses: midnightcommander/action-merge-checks@master

Here, [skip checks] in the commit message skips the check, returning skipped as the conclusion of the check run.

About

GitHub action for checking merges

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages