Switched to using dev version of fledge due to better messaging - #37
Open
aylapear wants to merge 3 commits into
Open
Switched to using dev version of fledge due to better messaging #37aylapear wants to merge 3 commits into
aylapear wants to merge 3 commits into
Conversation
Member
Author
|
@sebdalgarno since Joe is away and I am not sure when he will look at GitHub I figured I could get you to review for now and we can merge in he doesn't chime in within a week or so. Happy to explain the changes if you need as it took me a bit to understand how the system is designed and works. |
sebdalgarno
approved these changes
Jul 27, 2026
sebdalgarno
reviewed
Jul 27, 2026
sebdalgarno
left a comment
Member
There was a problem hiding this comment.
apparently there is 60/hour limit on unauthenticated installs from public repos. If add GITHUB_PAT for dev installation with pak then would never fail
i.e.,
env:
GITHUB_PAT: ${{ steps.app-token.outputs.token }}
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.
The CRAN version of fledge does not pick up the titles of PR for their news file which as been our system and seems to work well, otherwise it uses the -/* notation and it doesn't seem people are in that habit.
Had to add pak install since not doing a CRAN version.
Choose to pin the version of fledge used, this means that it won't auto update but also means we know exactly that the current version is working and don't have to working about a changing breaking things.
Wasn't able to test fully but the plan would be to do a v2 version of these actions and test it on a select few before updating all the fledge actions that are in current use.