Skip to content

chore(deps-dev): Bump jest from 30.0.4 to 30.0.5 in the all group #36

chore(deps-dev): Bump jest from 30.0.4 to 30.0.5 in the all group

chore(deps-dev): Bump jest from 30.0.4 to 30.0.5 in the all group #36

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 team 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: "team-developer-support"