Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Bump @vue/compiler-sfc from 3.4.8 to 3.4.10 #1517

Bump @vue/compiler-sfc from 3.4.8 to 3.4.10

Bump @vue/compiler-sfc from 3.4.8 to 3.4.10 #1517

# GENERATED CONTENT
# remove repo from adrianjost/.github/synced/workflows/generator.js before editing
name: PR Automation
'on':
issue_comment:
types:
- created
jobs:
dependabot-recreate:
runs-on: ubuntu-latest
steps:
- name: listen for PR Comments
uses: machine-learning-apps/actions-chatops@master
with:
TRIGGER_PHRASE: Someone with write access should tell dependabot to recreate this PR.
env:
GITHUB_TOKEN: ${{ secrets.SYNCED_GITHUB_TOKEN }}
id: prcomm
- name: tell dependabot to recreate pr
if: steps.prcomm.outputs.BOOL_TRIGGERED == 'true'
uses: peter-evans/create-or-update-comment@v3
with:
token: ${{ secrets.SYNCED_GITHUB_TOKEN }}
issue-number: ${{ steps.prcomm.outputs.PULL_REQUEST_NUMBER }}
body: '@dependabot recreate'