mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Fix FMA update PR name filter (#32338)
This commit is contained in:
parent
c8ff6c4c77
commit
1cf71a251d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ingest-maintained-apps.yml
vendored
2
.github/workflows/ingest-maintained-apps.yml
vendored
|
|
@ -66,7 +66,7 @@ jobs:
|
|||
state: 'open',
|
||||
per_page: 100
|
||||
});
|
||||
return pullRequests.filter(pr => pr.title.includes('Update Fleet-maintained apps') && pr.user.login === 'github-actions[bot]').map(pr => pr.number);
|
||||
return pullRequests.filter(pr => pr.title.includes('Update Fleet-maintained apps') && pr.user.login === 'fleet-release').map(pr => pr.number);
|
||||
|
||||
- name: Get Assignee IDs
|
||||
id: get_assignee_ids
|
||||
|
|
|
|||
Loading…
Reference in a new issue