mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
Handle draft issues in project automation (#25284)
This commit is contained in:
parent
d35d3d4458
commit
1cd4f36120
1
.github/workflows/project-automation.yml
vendored
1
.github/workflows/project-automation.yml
vendored
@ -85,6 +85,7 @@ jobs:
|
||||
Where-Object {
|
||||
$item = $_
|
||||
$fixedIssues | Where-Object {
|
||||
$item.content -and
|
||||
$_.Number -eq $item.content.number -and
|
||||
$_.Owner -eq $item.content.repository.owner.login -and
|
||||
$_.RepositoryName -eq $item.content.repository.name
|
||||
|
||||
Loading…
Reference in New Issue
Block a user