fix: grant permissions to Formulus build code workflow - #929
Merged
najuna-brian merged 1 commit intoSep 22, 2026
Merged
najuna-brian merged 1 commit into
najuna-brian merged 1 commit into
Conversation
najuna-brian
self-requested a review
September 22, 2026 17:58
Member
|
Hello @allennakalema06-web, |
Member
|
GitHub's current rules say an issue can be assigned to:
|
Contributor
Author
|
Hi Brian,
Thank you for letting me know, and I apologize for not requesting an
assignment before opening the PR. I wasn't aware of the assignment process,
but I understand it now and will make sure to request assignment before
working on issues going forward.
I've commented on the issue requesting an assignment. Thank you for your
guidance and understanding! 😊
Best regards,
Allen Nakalema
…On Tue, Sep 22, 2026 at 9:11 PM Najuna Brian ***@***.***> wrote:
*najuna-brian* left a comment (OpenDataEnsemble/ode#929)
<#929 (comment)>
Hello @allennakalema06-web <https://github.com/allennakalema06-web>,
Thanks for this PR.
Can you please comment on the issue requesting it to be assigned to you 😊
—
Reply to this email directly, view it on GitHub
<#929?email_source=notifications&email_token=B7EVKOABNTE5H5R5CYMTOTT5QK6DNA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKNZYGE2TMMRQGQ2KM4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#issuecomment-5781562044>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/B7EVKODWC5UBXYWTYORLQMD5QK6DNAVCNFSNUABFKJSXA33TNF2G64TZHM4TQNRTGE3TSMZRHNEXG43VMU5TKNJUGE3DEMBVGI42C5QC>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/B7EVKOAPHBCIL5RJTV5P5DD5QK6DNA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKNZYGE2TMMRQGQ2KM4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJKTGN5XXIZLSL5UW64Y>
and Android
<https://github.com/notifications/mobile/android/B7EVKOHOHWWUKPPOOAMTDGT5QK6DNA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKNZYGE2TMMRQGQ2KM4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLTGN5XXIZLSL5QW4ZDSN5UWI>.
Download it today!
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Member
|
No worries @allennakalema06-web 😊 |
najuna-brian
approved these changes
Sep 22, 2026
najuna-brian
left a comment
Member
There was a problem hiding this comment.
Thanks @allennakalema06-web! LGTM. Welcome to the project!
Contributor
Author
|
Thank you, @najuna-brian 😊 I really appreciate the review and the warm welcome. Glad to contribute to the project! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes #927.
The
prepare-next-native-build-codejob calls the reusableprepare-next-formulus-build-code.ymlworkflow, which requirescontents: writeandpull-requests: write.The calling job did not grant these permissions, causing GitHub Actions
workflow validation to fail before the Formulus workflow could start.
This change grants the required permissions to the calling job.
Why these permissions are needed
contents: writeallows the reusable workflow to push the preparation branch.pull-requests: writeallows it to create the preparation pull request.Testing
git diff --check.