mirror of
https://github.com/MidnightCommander/action-merge-checks.git
synced 2026-02-02 11:12:33 -08:00
master
chore(deps): bump actions/checkout from 5 to 6
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.
Description
Languages
Python
100%