diff --git a/.github/workflows/bamboo-compatibility-check.yml b/.github/workflows/bamboo-compatibility-check.yml index c6923a7..a8f513e 100644 --- a/.github/workflows/bamboo-compatibility-check.yml +++ b/.github/workflows/bamboo-compatibility-check.yml @@ -120,4 +120,4 @@ jobs: body="Fixes ${{ needs.create-issue.outputs.gh-issue-url }}" head="${{ needs.update-pom.outputs.branch }}" - gh pr create --title "$title" --body "$body" --base "main" --head "$head" --reviewer "OctopusDeploy/team-integrations-fnm" \ No newline at end of file + gh pr create --title "$title" --body "$body" --base "main" --head "$head" diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..8d11f57 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @OctopusDeploy/team-integrations-fnm