Skip to content

Commit

Permalink
set reviewer instead of assignee, as team can't be an assignee
Browse files Browse the repository at this point in the history
  • Loading branch information
toy authored and oliverguenther committed Mar 27, 2024
1 parent 22ea18e commit f9dc741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-merge-release-into-dev-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
--title "Merge $RELEASE_BRANCH into $BASE_BRANCH" \
--body 'Created by GitHub action' \
--label create-merge-release-into-dev-pr \
--assignee opf/backend
--reviewer opf/backend
echo "Created a PR to merge $RELEASE_BRANCH into $BASE_BRANCH"
fi
fi
Expand Down

0 comments on commit f9dc741

Please sign in to comment.