Skip to content

Commit

Permalink
Merge pull request #139 from codota/soc2
Browse files Browse the repository at this point in the history
  • Loading branch information
yanir-codota authored Jan 2, 2024
2 parents 3237a28 + a249a8a commit eb914c2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# The following github team will be considered code-owners for all account repositories
# code-owners will be later applied as merge approvers for all pull requests in order to comply with our SOC2 Policy.
* @codota/merge-approvers @amirbilu
21 changes: 21 additions & 0 deletions .github/workflows/enforce-pr-jira-association.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Enforce PR-Jira association

on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize

jobs:
enforce-issue:
runs-on: ubuntu-latest
name: JIRA Association
steps:
- name: Check for JIRA ISSUE
id: check
uses: usehaystack/jira-pr-link-action@v4
with:
ignore-author: dependabot[bot]
project: "DEV2"

0 comments on commit eb914c2

Please sign in to comment.