Commit graph

7 commits

Author SHA1 Message Date
jaime merino
9e098fbb6e - 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 exclude 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.
2026-04-22 15:28:23 +02:00
TakumiMukaiyama
3811d88913
chore: update base image from alpine:3.14 (EOL) to alpine:3.23 (#212)
* chore: update base image from alpine:3.14 to alpine:3.21

Alpine 3.14 reached EOL in November 2024 and no longer receives
security updates. Update to 3.21 (latest stable) to ensure continued
security patch coverage.

Closes #211

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* chore: update base image from alpine:3.14 (EOL) to alpine:3.23

Alpine 3.14 reached EOL in November 2024. Update to 3.23 (latest stable,
EOL: November 2027) to ensure continued security patch coverage.

Closes #211

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 10:03:57 -04:00
Sunny
3441ed44b6
Multi arch build & Version bump (#185)
* Upgrading versions

* mod tidy

* LInting

* Linting

* Update action.yaml

* [skip ci] Reverting test changes

* msc chnages

* Update Makefile

* Update README.md

* Update README.md

* Update README.md

* Update Makefile

* [skip ci] Update README.md

* cosmetic changes
2025-06-13 19:16:46 +05:30
Sunny
a1f96b91e2
Updates for release 1.10.0 (#183) 2025-05-27 01:44:38 +05:30
sunny-1651
e6592a6b32 create go sum at build-time with fresh hashes 2025-03-07 13:18:18 +05:30
Thomas Stringer
6a4f349166 add label for dockerfile and basic readme text 2022-03-24 20:43:13 -04:00
Thomas Stringer
80c1360591 initial commit 2022-03-24 20:41:13 -04:00