Skip to content

ci: Enable nightly build for Windows MSI and integrate atom action into 1 click automation #1720

ci: Enable nightly build for Windows MSI and integrate atom action into 1 click automation

ci: Enable nightly build for Windows MSI and integrate atom action into 1 click automation #1720

Workflow file for this run

# When a third-party action is added (i.e., `uses`), please also add it to `download-licenses` in Makefile.
name: "Lint PR Title"
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
jobs:
main:
name: conventional-commit
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@47b15d52c5c30e94a17ec87eb8dd51ff5221fed9 # v5.3.0
with:
# List from https://github.com/commitizen/conventional-commit-types/blob/master/index.json
# with custom types added at the end.
# Custom types should also be added in release-please.yaml changelog-types.
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
exp
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}