- Fixed Approver Expansion: Repaired the broken expandGroupFromUser function in approvers.go. It now correctly utilizes the Forgejo SDK to search for teams within an organization and expand them into individual users, while respecting the option to exc… #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "stackit"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
…lude the workflow initiator.
Removed GitHub Dependencies: Excised the unused newGithubClient and its associated dependencies (google/go-github and oauth2) from main.go and go.mod.
Project Infrastructure Updates:
Validation: Verified all changes through a successful build and by running the full test suite, all of which passed.
- Removed GitHub Dependencies: Excised the unused newGithubClient and its associated dependencies (google/go-github and oauth2) from main.go and go.mod. - Project Infrastructure Updates: - Updated Dockerfile to use golang:1.25 for consistency with go.mod. - Modified action.yaml to run from the local Dockerfile, ensuring that the Forgejo-specific logic is utilized. - Validation: Verified all changes through a successful build and by running the full test suite, all of which passed.