Skip to content

Configure Action for Node.js 20 support and upgrade dependencies #41

Configure Action for Node.js 20 support and upgrade dependencies

Configure Action for Node.js 20 support and upgrade dependencies #41

Workflow file for this run

name: PR Labeler
on:
pull_request:
types: [opened]
jobs:
pr-labeler:
runs-on: ubuntu-latest
permissions:
contents: read # for TimonVS/pr-labeler-action to read config
pull-requests: write # for TimonVS/pr-labeler-action to add labels in PR
steps:
- uses: TimonVS/pr-labeler-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}