Skip to content

chore(deps): bump the all group across 1 directory with 2 updates #48

chore(deps): bump the all group across 1 directory with 2 updates

chore(deps): bump the all group across 1 directory with 2 updates #48

Workflow file for this run

name: Apply label to new issues and PRs
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
add-label:
runs-on: ubuntu-latest
steps:
- name: Add label automatically to new issues and PRs
uses: actions-ecosystem/action-add-labels@v1
with:
github_token: "${{ secrets.MANAGED_FLOXBOT_GITHUB_ACCESS_TOKEN_REPO_SCOPE }}"
labels: "documentation"