Skip to content

Commit

Permalink
Remove PR comment on version bumps
Browse files Browse the repository at this point in the history
When pushing a new commit to the PR, it does not find the
PR id with the new commit
  • Loading branch information
ccremer committed Jun 28, 2020
2 parents 9c203b1 + 9c203b1 commit 8399767
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,3 @@ jobs:

# Optional options appended to `git-push`
push_options: '--force'

- name: Comment PR # Since a new pushed commit from this workflow will remove the PR checks!
uses: unsplash/comment-on-pr@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
msg: ":tada: Chart version bumped"

0 comments on commit 8399767

Please sign in to comment.