mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Drop assignees from FMA automated PRs (#29049)
Due to modifications in the Fleet-maintained apps update process, #g-software engineers are no longer the DRIs for moving update PRs along.
This commit is contained in:
parent
4b9774d49e
commit
f6d929861c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ingest-maintained-apps.yml
vendored
4
.github/workflows/ingest-maintained-apps.yml
vendored
|
|
@ -93,7 +93,7 @@ jobs:
|
|||
|
||||
Generated automatically with cmd/maintained-apps.
|
||||
body: Automated ingestion of latest Fleet-maintained app data.
|
||||
assignees: ${{ steps.get_assignee_ids.outputs.github_ids }}
|
||||
# assignees: ${{ steps.get_assignee_ids.outputs.github_ids }}
|
||||
|
||||
- name: Close Existing PRs
|
||||
if: steps.search_pr.outputs.result != '[]'
|
||||
|
|
@ -115,4 +115,4 @@ jobs:
|
|||
pull_number: prNumber,
|
||||
state: 'closed',
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue