[BUG] Type mismatch in team_id of emu_group_mapping#3163
[BUG] Type mismatch in team_id of emu_group_mapping#3163nickfloyd merged 2 commits intointegrations:mainfrom
team_id of emu_group_mapping#3163Conversation
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
|
👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labeled with |
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
|
@nickfloyd thanks for the fix. Do you have a release date for the patch? |
|
@tobias-schuemann We're aiming for within the next 24h, barring obstacles |
|
@deiga I've only just spotted this, but why hasn't the ID be corrected to match the input ID? The resource is scoped to the EMU group, so I'd expect the ID to be |
|
@stevehipwell That's an excellent question. I guess it fell through the cracks. I agree that using the 2 part ID sounds more reasonable |
|
@deiga is this something you could put a PR in for (with migration)? |
Resolves #3160
Before the change?
github_emu_group_mappingresources fails asteam_idis being populated with the wrong typeAfter the change?
github_emu_group_mappingresources works asteam_idis being populated with the correct typePull request checklist
Does this introduce a breaking change?
Please see our docs on breaking changes to help!