Browse Source

Add default reviewer for upgrade plugins PR

tags/8.3.0.34182
Wouter Admiraal 4 years ago
parent
commit
9f70a47d59
1 changed files with 2 additions and 5 deletions
  1. 2
    5
      .github/workflows/upgrade-plugins.yml

+ 2
- 5
.github/workflows/upgrade-plugins.yml View File

name: Upgrade SonarQube bundled plugins name: Upgrade SonarQube bundled plugins
on: on:
# use push to test the bot
# push:
# branches-ignore:
# - 'bot/upgrade_plugins**'
schedule: schedule:
# at 9 every Monday
# At 9:00 every Monday
- cron: '0 9 * * MON' - cron: '0 9 * * MON'


jobs: jobs:
PULL_REQUEST_TITLE: ${{ steps.upgrade-plugins.outputs.commit_message }} 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_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_BRANCH: bot/upgrade_plugins
PULL_REQUEST_REVIEWERS: wouter-admiraal-sonarsource
BRANCH_SUFFIX: timestamp BRANCH_SUFFIX: timestamp
PULL_REQUEST_LABELS: bot PULL_REQUEST_LABELS: bot

Loading…
Cancel
Save