From a88682963619e4424c9fdcdbb46f66dc9e68876a Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Thu, 8 Feb 2024 14:38:40 +0200 Subject: [PATCH 1/2] chore: fix link in pull request template (#5091) --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9f8ff8ca6a..20df860769 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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 From f9e87d64d07959667d46a8eaeac2612822778bb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josh=20Goldberg=20=E2=9C=A8?= Date: Thu, 8 Feb 2024 09:43:21 -0500 Subject: [PATCH 2/2] chore: add mtfoley/pr-compliance-action (#5077) * chore: add mtfoley/pr-compliance-action * master, as this repo is still on that for now --- .github/workflows/compliance.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/compliance.yml diff --git a/.github/workflows/compliance.yml b/.github/workflows/compliance.yml new file mode 100644 index 0000000000..70d9714e5f --- /dev/null +++ b/.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