Skip to content

Commit

Permalink
Update to remove explicit setting of reviewers on the compat check wo…
Browse files Browse the repository at this point in the history
…rkflow (#61)

* Create CODEOWNERS

* Drop explicit selection of reviewer, repo settings will handle this implicitly

* Update CODEOWNERS

Co-authored-by: Henrik Andersson <[email protected]>

Co-authored-by: Henrik Andersson <[email protected]>
  • Loading branch information
slewis74 and hnrkndrssn authored Oct 27, 2022
1 parent 7b00597 commit 730737f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bamboo-compatibility-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
gh pr create --title "$title" --body "$body" --base "main" --head "$head"
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @OctopusDeploy/team-integrations-fnm

0 comments on commit 730737f

Please sign in to comment.