- 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

Merged
jaime.merino_mora merged 1 commit from stackit into main 2026-04-22 13:44:47 +00:00
Contributor

…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:

    • 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.

…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: - 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.
- 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.
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
actions/manual-approval!1
No description provided.