Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

chore(deps): update pre-commit hook sirosen/texthooks to v0.6.2 #425

chore(deps): update pre-commit hook sirosen/texthooks to v0.6.2

chore(deps): update pre-commit hook sirosen/texthooks to v0.6.2 #425

Workflow file for this run

name: Mergable
on:
pull_request:
types:
- opened
- labeled
- unlabeled
jobs:
label:
if: contains(github.event.pull_request.labels.*.name, 'DONT MERGE')
runs-on: ubuntu-latest
steps:
- name: Fail if PR is has don't merge label
run: |
echo "This PR has a don't merge label"
exit 1