Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Team 1: IRGenerator implementation for IfStmt #157

Team 1: IRGenerator implementation for IfStmt

Team 1: IRGenerator implementation for IfStmt #157

Workflow file for this run

# Label pull requests based on the files that are modified.
name: Labeler
on:
pull_request_target:
branches:
- main
jobs:
label:
if: ${{ false }} # This line deactivates the workflow temporarily
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'