fix(deps): update dependency vue-i18n to v10 #1802
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR (additional rules) | |
on: | |
pull_request: | |
types: [opened, labeled, unlabeled, synchronize] | |
merge_group: | |
push: | |
branches: | |
- 'renovate/**' | |
jobs: | |
no-meeting-discuss-label: | |
name: No "Meeting Discuss" label | |
runs-on: ubuntu-latest | |
steps: | |
- uses: mheap/github-action-required-labels@5847eef68201219cf0a4643ea7be61e77837bbce # v5 | |
if: github.event_name == 'pull_request' | |
with: | |
mode: exactly | |
count: 0 | |
labels: "Meeting Discuss" |