Skip to content

Merge pull request #10 from chaspy/ignore-dot-dir #6

Merge pull request #10 from chaspy/ignore-dot-dir

Merge pull request #10 from chaspy/ignore-dot-dir #6

Workflow file for this run

name: tagpr
on:
push:
branches: ['main']
jobs:
tagpr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.TAGPR_PAT }}
- uses: Songmu/tagpr@v1
env:
GITHUB_TOKEN: ${{ secrets.TAGPR_PAT }}