Skip to content

Commit

Permalink
one-line-cr-bot: comment on all branches
Browse files Browse the repository at this point in the history
Until now, we only triggered analysis on the production branch of the
repository. This change modifies this setting to run the analysis on
any pull request, independently of the target branch.

Signed-off-by: Norbert Manthey <[email protected]>
  • Loading branch information
nmanthey authored and wipawel committed Oct 27, 2020
1 parent f8ef09e commit 9c6df2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/one-line-cr-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ name: One Line CR Bot
on:
pull_request_target:
# [ACTION REQUIRED] Set the branch you want to analyze PRs for
branches: [ mainline ]
branches:
- '**'

# [ACTION REQUIRED] Use this, if you want analysis for push to repository as well
push:
Expand Down

0 comments on commit 9c6df2e

Please sign in to comment.