Skip to content

Commit

Permalink
Merge branch 'master' into bugfix-typescript-errors-not-outputted
Browse files Browse the repository at this point in the history
  • Loading branch information
stalet committed Feb 9, 2024
2 parents d5105f0 + f9e87d6 commit cc1c7ad
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
@@ -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 cc1c7ad

Please sign in to comment.