Skip to content

Commit

Permalink
add CODEOWNERS file (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdboyd authored Nov 8, 2024
1 parent aaf9f04 commit 91d8149
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @cloud-gov/customer-success-squad
12 changes: 12 additions & 0 deletions .github/workflows/security-considerations.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Security Considerations

on:
pull_request:
types: [opened, edited, reopened]
branches: [main, master, develop]

jobs:
security-considerations:
runs-on: ubuntu-latest
steps:
- uses: cloud-gov/security-considerations-action@main

0 comments on commit 91d8149

Please sign in to comment.