Skip to content

Commit

Permalink
Merge pull request #13 from s-beats/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
ss49919201 authored Jul 22, 2022
2 parents 86df9cf + ec34ce9 commit 107edcf
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/issue_release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: git-issue-release

# https://kouki.hatenadiary.com/entry/hatena-advent-calendar-2021
on:
pull_request:
types: [closed]
release:
types: [published]

jobs:
action:
runs-on: ubuntu-latest
steps:
- name: git-issue-release
uses: kouki-dan/git-issue-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
release-tag-pattern: ^v
release-label: "release"

0 comments on commit 107edcf

Please sign in to comment.