Skip to content

OSOE-912: Making Tag Version compatible with branch protection rulesets #21

OSOE-912: Making Tag Version compatible with branch protection rulesets

OSOE-912: Making Tag Version compatible with branch protection rulesets #21

name: Tag Version (this repo)
on:
push:
pull_request:
jobs:
run:
name: Tag Version Automation
if: github.event.pusher.name != 'LombiqBot'
uses: Lombiq/GitHub-Actions/.github/workflows/[email protected]
with:
additional-pattern-include-list: '@("https://raw.githubusercontent.com/Lombiq/GitHub-Actions/(?<ref>[\w\./-]*)/.github")'
secrets:
TAG_VERSION_TOKEN: ${{ secrets.LOMBIQBOT_GITHUB_PERSONAL_ACCESS_TOKEN }}