Create auto-tagging.yml

This commit is contained in:
Gleb Tcivie 2024-07-20 17:14:26 +03:00 committed by GitHub
parent d46a322d24
commit 1b4d3aaa8b
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: ""