Skip to content

Bump express from 4.18.1 to 4.19.2 in /resources/clients/react/item-tracker #3438

Bump express from 4.18.1 to 4.19.2 in /resources/clients/react/item-tracker

Bump express from 4.18.1 to 4.19.2 in /resources/clients/react/item-tracker #3438

name: "Auto Labeler"
on:
pull_request_target:
branches:
- main
jobs:
auto-labeler:
name: Auto Labeler
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
# The Add Labels workflow adds a label to pull requests
# based on the files included in the proposed change.
#
# To use this workflow, you must set up and configure
# rules in a .github/label-ruleset.yml file
#
# For more information, see:
# https://github.com/actions/labeler
-
name: Add Labels
uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/label-ruleset.yml