8000 Bump the npm-security-updates group in /documentation with 2 updates · secureCodeBox/secureCodeBox@6658e7b · GitHub
[go: up one dir, main page]

Skip to content

Bump the npm-security-updates group in /documentation with 2 updates #2419

Bump the npm-security-updates group in /documentation with 2 updates

Bump the npm-security-updates group in /documentation with 2 updates #2419

Workflow file for this run

# SPDX-FileCopyrightText: the secureCodeBox authors
#
# SPDX-License-Identifier: Apache-2.0
name: Label Commenter
on:
issues:
types: [labeled, unlabeled]
pull_request_target:
types: [labeled, unlabeled]
permissions:
contents: read
issues: write
pull-requests: write
jobs:
comment:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Label Commenter
uses: peaceiris/actions-label-commenter@v1.10.0
with:
github_token: ${{ secrets.SCB_BOT_USER_TOKEN }}
0