Skip to content

Commit

Permalink
Merge pull request #854 from newrelic/changelogOnTagOnly
Browse files Browse the repository at this point in the history
fix(changelog): update changelog on release only, drop reviewer spec
  • Loading branch information
zlesnr authored Aug 24, 2020
2 parents 01535a9 + deb94b4 commit 8affe62
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Changelog

on:
push:
branches: [master]
tags:
- "v*"

jobs:
createPullRequest:
Expand Down Expand Up @@ -45,8 +46,8 @@ jobs:
labels: |
report
automated pr
assignees: developer-toolkit
reviewers: developer-toolkit
assignees: ""
reviewers: ""
team-reviewers: |
developer-toolkit
milestone: 0
Expand Down

0 comments on commit 8affe62

Please sign in to comment.