mirror of
https://github.com/DuendeSoftware/products
synced 2026-05-24 09:28:24 +00:00
Remove double assigneed check
This commit is contained in:
parent
8628ae8d8f
commit
3306805953
1 changed files with 0 additions and 6 deletions
6
.github/workflows/practices-check-pr.yml
vendored
6
.github/workflows/practices-check-pr.yml
vendored
|
|
@ -39,12 +39,6 @@ jobs:
|
|||
} else {
|
||||
console.log('PR label check passed.');
|
||||
}
|
||||
|
||||
if (context.payload.pull_request.assignees.length === 0) {
|
||||
core.setFailed(`This pull request does not have any assignees. The assignee is responsible for merging, please set one.`);
|
||||
} else {
|
||||
console.log('PR assignee check passed.');
|
||||
}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Check PR assignee
|
||||
|
|
|
|||
Loading…
Reference in a new issue