[PM-2331] Disable needs-qa label for renovate PRs (#6738)

This commit is contained in:
Oscar Hinton 2023-10-30 18:10:28 +01:00 committed by GitHub
parent c325e996f9
commit 97b91133a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -253,5 +253,5 @@
"reviewers": ["team:team-vault-dev"] "reviewers": ["team:team-vault-dev"]
} }
], ],
"ignoreDeps": ["@types/koa-bodyparser", "bootstrap", "node-ipc", "regedit", "zone.js"] "ignoreDeps": ["@types/koa-bodyparser", "bootstrap", "node-ipc", "npm", "regedit"]
} }

View File

@ -1,5 +1,5 @@
# Runs creation of Pull Requests # Runs creation of Pull Requests
# If the PR destination branch is master, add a needs-qa label # If the PR destination branch is master, add a needs-qa label unless created by renovate[bot]
--- ---
name: Label Issue Pull Request name: Label Issue Pull Request
@ -15,6 +15,7 @@ on:
jobs: jobs:
add-needs-qa-label: add-needs-qa-label:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ github.actor != 'renovate[bot]' }}
steps: steps:
- name: Add label to pull request - name: Add label to pull request
uses: andymckay/labeler@e6c4322d0397f3240f0e7e30a33b5c5df2d39e90 # 1.0.4 uses: andymckay/labeler@e6c4322d0397f3240f0e7e30a33b5c5df2d39e90 # 1.0.4