Migrate CI from Gitlab to Forgejo #1

Open
mklasa wants to merge 2 commits from 20260730_forgejo_ci into master
Owner
No description provided.
Translate stages (lint, test, secrets_scan, build) to a Forgejo Actions
workflow with equivalent jobs, keeping the same tools (flake8, pytest,
gitleaks, docker build/push on tag).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Push build images to Docker Hub instead of custom registry
Some checks are pending
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
CI / secrets_scan (push) Waiting to run
CI / build (push) Blocked by required conditions
CI / lint (pull_request) Waiting to run
CI / test (pull_request) Waiting to run
CI / secrets_scan (pull_request) Waiting to run
CI / build (pull_request) Blocked by required conditions
d6cfbf4410
Hardcode the image as parsiuk/mcteamsmanager and authenticate with a
Docker Hub personal access token via DOCKERHUB_USERNAME/DOCKERHUB_TOKEN
secrets.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Some checks are pending
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
CI / secrets_scan (push) Waiting to run
CI / build (push) Blocked by required conditions
CI / lint (pull_request) Waiting to run
CI / test (pull_request) Waiting to run
CI / secrets_scan (pull_request) Waiting to run
CI / build (pull_request) Blocked by required conditions
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin 20260730_forgejo_ci:20260730_forgejo_ci
git switch 20260730_forgejo_ci

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff 20260730_forgejo_ci
git switch 20260730_forgejo_ci
git rebase master
git switch master
git merge --ff-only 20260730_forgejo_ci
git switch 20260730_forgejo_ci
git rebase master
git switch master
git merge --no-ff 20260730_forgejo_ci
git switch master
git merge --squash 20260730_forgejo_ci
git switch master
git merge --ff-only 20260730_forgejo_ci
git switch master
git merge 20260730_forgejo_ci
git push origin master
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
mklasa/mcteamsmanager!1
No description provided.