Skip to content

Merge branch 'main' of github.com:K9i-0/riverpod_paging_utils #3

Merge branch 'main' of github.com:K9i-0/riverpod_paging_utils

Merge branch 'main' of github.com:K9i-0/riverpod_paging_utils #3

Workflow file for this run

# .github/workflows/tagpr.yml
name: tagpr
on:
push:
branches: ["main"]
jobs:
tagpr:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: Songmu/tagpr@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}