mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 06:48:54 +00:00
Match Fleet-maintained app update PR assignees to current software team members (#33549)
This commit is contained in:
parent
62799c3ad4
commit
fa3da7569e
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
|
|
@ -73,7 +73,7 @@ jobs:
|
|||
run: |
|
||||
# DEVS=$(awk '/### Software group/{flag=1; next} /#/{flag=0} flag' ./fleet/handbook/company/product-groups.md | awk '/\| Developer[ ]*\|/ {sub(/\| Developer[ ]*\|/, ""); print}' | grep -o '@[^]]*' | tr -d '@' | tr '\n' ',' | sed 's/,$//')
|
||||
# :-(
|
||||
DEVS="iansltx,jahzielv,ksykulev,jkatz01"
|
||||
DEVS="jahzielv,jkatz01,mna,cdcme"
|
||||
echo "github_ids=$DEVS" >> ${GITHUB_OUTPUT}
|
||||
|
||||
- name: Log Info
|
||||
|
|
|
|||
Loading…
Reference in a new issue