Skip to content

Commit

Permalink
feat: Add compliance workflow (#187)
Browse files Browse the repository at this point in the history
* feat: add compliance workflow

* chores: rename traige.yml to triage.yml
  • Loading branch information
adiati98 authored May 13, 2024
1 parent d7f5e95 commit 6e5f061
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "Compliance"

on:
pull_request_target:
types:
- opened
- edited
- synchronize

permissions:
pull-requests: write

jobs:
compliance:
uses: open-sauced/hot/.github/workflows/compliance.yml@main
File renamed without changes.

0 comments on commit 6e5f061

Please sign in to comment.