Skip to content

Add GitHub Actions workflows for CI and GitHub issue labels, fix build errors #14

Add GitHub Actions workflows for CI and GitHub issue labels, fix build errors

Add GitHub Actions workflows for CI and GitHub issue labels, fix build errors #14

Workflow file for this run

---
name: Merge
"on":
pull_request:
types: [opened, labeled, unlabeled, synchronize]
jobs:
labels:
name: Labels
runs-on: ubuntu-latest
steps:
- uses: mheap/github-action-required-labels@422e4c352ef83db91089e6acfbf09d8725e08abc # v4.0.0
with:
mode: exactly
count: 0
labels: "S-do-not-merge, S-wip"