Skip to content

Commit

Permalink
squash: force token
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin committed Jan 17, 2024
1 parent 6a8066c commit 6b1a93d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-pr-title.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
name: "📝 Add PR comment about using conventional commit spec"
uses: marocchino/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
header: pr-title-lint-error
message: |
Thank you for contributing to the project! 🎉
Expand All @@ -68,5 +69,6 @@ jobs:
name: "❌ Delete PR comment after title has been updated"
uses: marocchino/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
header: pr-title-lint-error
delete: true

0 comments on commit 6b1a93d

Please sign in to comment.