This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
build(deps): Bump peter-evans/create-or-update-comment from 83d7ae329db28c00a7f6909acb9081cfe31244ee to 0f44b017d10caeea6a4c1b410ba0521ad8a02815 #903
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Run commitlint on the commit messages in a pull request. | |
name: Lint Commit Messages | |
on: | |
- pull_request | |
jobs: | |
commitlint: | |
uses: openedx/.github/.github/workflows/commitlint.yml@master |