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

refactor: Turns the "removed_at" column of repos into a boolean "is_active" column #38

refactor: Turns the "removed_at" column of repos into a boolean "is_active" column

refactor: Turns the "removed_at" column of repos into a boolean "is_active" column #38

Workflow file for this run

name: pull_requests
on:
pull_request:
branches: main
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"