Skip to content

Commit

Permalink
ci: Add tagpr Action (#5)
Browse files Browse the repository at this point in the history
Creates pull requests on changes that can be merged to make a release
  • Loading branch information
gteufelberger authored May 3, 2024
1 parent ffc6a1e commit dc8cec0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: tagpr
on:
push:
branches: ["main"]

jobs:
tagpr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Songmu/tagpr@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dc8cec0

Please sign in to comment.