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

docs(readme): remove hiring section #681

docs(readme): remove hiring section

docs(readme): remove hiring section #681

name: "[on PR] PR Labeler"
on:
pull_request_target:
types: [opened, reopened]
jobs:
pr-labeler:
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v5
with:
configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"