Skip to content
Snippets Groups Projects
Unverified Commit 10b90288 authored by René Fritze's avatar René Fritze
Browse files

[ci] add a couple gh actions

1. setup automerging for specially labeled PRs
2. add link checking in markdown documents
3. prohibit merging PRs with auto-squashable commits
parent ace47ecc
No related branches found
No related tags found
No related merge requests found
Pipeline #63817 failed
name: automerge
on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
status: {}
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- name: automerge
uses: "pascalgn/automerge-action@135f0bdb927d9807b5446f7ca9ecc2c51de03c4a"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
UPDATE_METHOD: "rebase"
MERGE_METHOD: "rebase"
UPDATE_LABELS: "automerge"
MERGE_LABELS: "automerge"
MERGE_FORKS: "false"
MERGE_DELETE_BRANCH: "true"
on: pull_request
name: Pull Requests
jobs:
message-check:
name: Block Autosquash Commits
runs-on: ubuntu-latest
steps:
- name: Block Autosquash Commits
uses: xt0rted/block-autosquash-commits-action@master
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
# homepage: https://github.com/gaurav-nelson/github-action-markdown-link-check
name: Check Markdown links
on: [pull_request]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gaurav-nelson/github-action-markdown-link-check@v1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment