Skip to content

Commit

Permalink
Merge branch 'master' into global-object
Browse files Browse the repository at this point in the history
  • Loading branch information
CheadleCheadle committed Feb 8, 2024
2 parents 02f5a97 + f9e87d6 commit 2bd1301
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -6,7 +6,7 @@ Otherwise we may not be able to review your PR. -->

- [ ] Addresses an existing open issue: fixes #000
- [ ] That issue was marked as [`status: accepting prs`](https://github.com/mochajs/mocha/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
- [ ] Steps in [CONTRIBUTING.md](https://github.com/mochajs/mocha/blob/main/.github/CONTRIBUTING.md) were taken
- [ ] Steps in [CONTRIBUTING.md](https://github.com/mochajs/mocha/blob/master/.github/CONTRIBUTING.md) were taken

## Overview

Expand Down
23 changes: 23 additions & 0 deletions .github/workflows/compliance.yml
@@ -0,0 +1,23 @@
jobs:
compliance:
runs-on: ubuntu-latest
steps:
- uses: mtfoley/pr-compliance-action@main
with:
body-auto-close: false
ignore-team-members: false

name: Compliance

on:
pull_request:
branches:
- master
types:
- edited
- opened
- reopened
- synchronize

permissions:
pull-requests: write

0 comments on commit 2bd1301

Please sign in to comment.