chore(deps): update dependency @types/node to v20.17.6 #2067
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Pull Request Labeler" | |
on: | |
pull_request_target: | |
jobs: | |
triage: | |
runs-on: ubuntu-22.04 | |
permissions: | |
contents: read | |
pull-requests: write | |
steps: | |
# https://github.com/marketplace/actions/label-manager-for-prs-and-issues-based-on-configurable-conditions | |
- name: Label manager for PRs and Issues based on configurable conditions | |
uses: srvaroa/labeler@1eec6d9e7c5fa5864840279978680302f955fc37 # v1.10.1 | |
env: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" |