Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEV2-4323 SOC2 #139

Merged
merged 2 commits into from
Jan 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Loading