Skip to content

Commit

Permalink
Add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
snaka committed Jul 21, 2024
1 parent 3f7dfbf commit 920100b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/run_tagpr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Run tagpr

on:
push:
branches:
- main
workflow_dispatch:

jobs:
tagpr:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v2
- uses: Songmu/tagpr@v1
with:
version: "v1.3.0"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 920100b

Please sign in to comment.