Remove not needed GitHub workflow for reviews (#3785)
This commit is contained in:
parent
61d27625c4
commit
a573363f3b
1 changed files with 0 additions and 18 deletions
18
.github/workflows/review-assignment.yml
vendored
18
.github/workflows/review-assignment.yml
vendored
|
@ -1,18 +0,0 @@
|
||||||
name: Review assignment
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
types: [opened, edited]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
assign_ui:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
name: Assign UI Reviewer
|
|
||||||
if: contains(github.event.pull_request.body , 'This code contains UI changes')
|
|
||||||
steps:
|
|
||||||
- name: Add/Remove UI reviewer
|
|
||||||
uses: jwm0/add-reviewer-gh-action@1.0.4
|
|
||||||
with:
|
|
||||||
reviewers: "pwgryglak"
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
remove: ${{ !contains(github.event.pull_request.body , '[x] This code contains UI changes') }}
|
|
Loading…
Reference in a new issue