Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Merge pull request #24 from k1LoW/tagpr-from-v1.1.0 #46

Merge pull request #24 from k1LoW/tagpr-from-v1.1.0

Merge pull request #24 from k1LoW/tagpr-from-v1.1.0 #46

Workflow file for this run

name: tagpr
on:
push:
branches:
- main
jobs:
tagpr:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Check out source code
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: Set up Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version-file: go.mod
cache: true
- id: run-tagpr
name: Run tagpr
uses: Songmu/tagpr@7191605433b03e11b313dbbc0efb80185170de4b # v1.9.0