Skip to content

Merge pull request #15 from MenxuSeo/main #7

Merge pull request #15 from MenxuSeo/main

Merge pull request #15 from MenxuSeo/main #7

Workflow file for this run

name: tagpr
on:
push:
branches: ["main"]
jobs:
tagpr:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_PAT }}
- uses: Songmu/tagpr@v1
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}