Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Delete module

Delete module #174

name: Check Fork Status
on:
pull_request_target:
types: [opened, edited, reopened, synchronize]
jobs:
check-fork:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- run: python3 -m pip install -r scripts/requirements.txt
- run: python3 scripts/check_fork_status.py
env:
PR_DATA: ${{ toJson(github.event.pull_request) }}
TOKEN: ${{ secrets.MOJAS_COLLABORATORS_GENERAL_ADMIN_BOT_PAT }}