Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Merge pull request #316 from sugyan/dependabot/npm_and_yarn/frontend/… #209

Merge pull request #316 from sugyan/dependabot/npm_and_yarn/frontend/…

Merge pull request #316 from sugyan/dependabot/npm_and_yarn/frontend/… #209

Workflow file for this run

name: tagpr
on:
push:
branches: ["main"]
jobs:
tagpr:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
actions: write
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
token: ${{ secrets.GH_PAT }}
- uses: Songmu/tagpr@7191605433b03e11b313dbbc0efb80185170de4b # v1.9.0
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}