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

build(deps): bump actions/stale from 8 to 9 #147

build(deps): bump actions/stale from 8 to 9

build(deps): bump actions/stale from 8 to 9 #147

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 }}