diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2020-03-24 08:19:03 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-03-26 20:04:03 +0000 |
commit | 9f70a47d5927a90719bf02045e01b83e330a0a6b (patch) | |
tree | 65227a5cf5b260a1378e18ebb455764277aa25e7 /.github | |
parent | 505bea6f4d4010a207c4170e7f5a9a41aa77b404 (diff) | |
download | sonarqube-9f70a47d5927a90719bf02045e01b83e330a0a6b.tar.gz sonarqube-9f70a47d5927a90719bf02045e01b83e330a0a6b.zip |
Add default reviewer for upgrade plugins PR
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/upgrade-plugins.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/upgrade-plugins.yml b/.github/workflows/upgrade-plugins.yml index a666f0f889b..e9a7fd09dcc 100644 --- a/.github/workflows/upgrade-plugins.yml +++ b/.github/workflows/upgrade-plugins.yml @@ -1,11 +1,7 @@ name: Upgrade SonarQube bundled plugins on: -# use push to test the bot -# push: -# branches-ignore: -# - 'bot/upgrade_plugins**' schedule: - # at 9 every Monday + # At 9:00 every Monday - cron: '0 9 * * MON' jobs: @@ -39,5 +35,6 @@ jobs: PULL_REQUEST_TITLE: ${{ steps.upgrade-plugins.outputs.commit_message }} PULL_REQUEST_BODY: Auto-generated pull request to apply plugin upgrades. Release notes in [${{ steps.upgrade-plugins.outputs.jira_ticket }}](https://jira.sonarsource.com/browse/${{ steps.upgrade-plugins.outputs.jira_ticket }}). PULL_REQUEST_BRANCH: bot/upgrade_plugins + PULL_REQUEST_REVIEWERS: wouter-admiraal-sonarsource BRANCH_SUFFIX: timestamp PULL_REQUEST_LABELS: bot |