Skip to content

chore(deps): bump mkdocs-include-markdown-plugin from 7.0.0 to 7.1.1 in the all group #80

chore(deps): bump mkdocs-include-markdown-plugin from 7.0.0 to 7.1.1 in the all group

chore(deps): bump mkdocs-include-markdown-plugin from 7.0.0 to 7.1.1 in the all group #80

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"