Skip to content

Commit

Permalink
fix: made branch eval and added reviewers (#891)
Browse files Browse the repository at this point in the history
* if changes actions don't check

Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>

* added reviewers and fixed branch

Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>

* discard chnage, might make it later

Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
  • Loading branch information
allisonsuarez committed Jan 28, 2021
1 parent 5dfcd09 commit dd57d44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/monthly_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,15 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Create new release
title: Create new release
author: github-actions <github-actions@github.com>
body: |
- Bumped version for new release of FE library.
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
branch: env.BRANCH_NAME
team-reviewers: @amundsen-io/amundsen-committers
branch: ${{ env.BRANCH_NAME }}
base: master
delete-branch: true
signoff: true

0 comments on commit dd57d44

Please sign in to comment.