Skip to content

build(deps): bump ip from 2.0.0 to 2.0.1 in /microsite #149

build(deps): bump ip from 2.0.0 to 2.0.1 in /microsite

build(deps): bump ip from 2.0.0 to 2.0.1 in /microsite #149

name: Automate area labels
on:
- pull_request_target
permissions:
contents: read
jobs:
triage:
permissions:
contents: read # for actions/labeler to determine modified files
pull-requests: write # for actions/labeler to add labels to PRs
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
egress-policy: audit
- uses: actions/labeler@v4.3.0
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
sync-labels: true