Merge pull request #40 from tcivie/tcivie-patch-1

Create auto-tagging.yml
This commit is contained in:
Gleb Tcivie 2024-07-20 17:16:41 +03:00 committed by GitHub
commit fe4863cdf1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

23
.github/workflows/auto-tagging.yml vendored Normal file
View file

@ -0,0 +1,23 @@
name: Auto Tagger
on:
push:
branches:
- main
jobs:
auto-tag:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Github PR Auto Tagger
uses: RueLaLa/auto-tagger@v2.1.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_prefix: "v"
tag_suffix: ""