Skip to content

Commit

Permalink
Merge pull request #7 from sasasin/feature/tagpr/1
Browse files Browse the repository at this point in the history
add tagpr
  • Loading branch information
sasasin authored Sep 5, 2022
2 parents aa9baeb + 6b98930 commit a2a26ab
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# https://github.com/Songmu/tagpr
# https://songmu.jp/riji/entry/2022-09-05-tagpr.html
name: tagpr
on:
push:
branches: ["master"]
jobs:
tagpr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Songmu/tagpr@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a2a26ab

Please sign in to comment.