Skip to content

Commit

Permalink
fix(ci): fix link to conventional commits spec (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrobbel authored Mar 23, 2023
1 parent b4d81fb commit 45b4e48
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pr_title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,21 @@ jobs:
env:
COMMIT_MSG: >
${{ github.event.pull_request.title }}
${{ github.event.pull_request.body }}
- if: failure()
uses: actions/github-script@v6
with:
script: |
const message = `**ACTION NEEDED**
Substrait follows the [Conventional Commits specification](1) for release automation.
Substrait follows the [Conventional Commits
specification](https://www.conventionalcommits.org/en/v1.0.0/) for
release automation.
The PR title and description are used as the merge commit message.\
Please update your PR title and description to match the specification.
[1]: https://www.conventionalcommits.org/en/v1.0.0/`
`
// Get list of current comments
const comments = await github.paginate(github.rest.issues.listComments, {
owner: context.repo.owner,
Expand Down

0 comments on commit 45b4e48

Please sign in to comment.