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

docs: add archive disclaimer to main readme #264

docs: add archive disclaimer to main readme

docs: add archive disclaimer to main readme #264

Workflow file for this run

name: PR Labeler
on:
pull_request:
types: [opened]
jobs:
pr-labeler:
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v4
with:
configuration-path: .github/config/pr-labeler.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}