Skip to content

Commit

Permalink
Merge pull request #47 from globis-org/feature/codeowners
Browse files Browse the repository at this point in the history
feat: add codeowners validator action
  • Loading branch information
yukin01 authored Oct 30, 2024
2 parents f347291 + 51e53b1 commit 62f8edd
Show file tree
Hide file tree
Showing 11 changed files with 36,030 additions and 1 deletion.
15 changes: 15 additions & 0 deletions codeowners-validator/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: sre-actions/codeowners-validator
description:
author: sys-gdp
inputs:
token:
description: GitHub Token
required: true
default: ${{ github.token }}
codeowners:
description: Codeowners file
required: true

runs:
using: node20
main: dist/index.js
Loading

0 comments on commit 62f8edd

Please sign in to comment.