diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..1254f99 --- /dev/null +++ b/.github/CODEOWNERS @@ -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 diff --git a/.github/workflows/enforce-pr-jira-association.yml b/.github/workflows/enforce-pr-jira-association.yml new file mode 100644 index 0000000..62860bc --- /dev/null +++ b/.github/workflows/enforce-pr-jira-association.yml @@ -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"