Skip to content

Commit

Permalink
chore: Auto Release
Browse files Browse the repository at this point in the history
Checks PRs for titles that will generate release notes.  Also an action to create releases twice a week.  This helps control "beta" release as gives time for larger testing before it releases.  Also gives easy titles for roll back.
  • Loading branch information
cdnninja authored Feb 1, 2024
1 parent 636c377 commit a792c3f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/lintPR.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Lint PR"

on:
pull_request_target:
types:
- opened
- edited
- synchronize

jobs:
main:
runs-on: ubuntu-latest
steps:
# Please look up the latest version from
# https://github.com/amannn/action-semantic-pull-request/releases
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a792c3f

Please sign in to comment.