Skip to content

Commit

Permalink
squash: i give up
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin committed Jan 17, 2024
1 parent 7051307 commit 61d5aa1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/lint-pr-title.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: "Lint PR Title"
# https://github.com/honeycombio/.github/blob/main/.github/workflows/validate-pr-title.yml

on:
pull_request_target:
pull_request:
types:
- opened
- synchronize
Expand All @@ -20,7 +20,7 @@ jobs:
name: Lint PR title
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
pull-requests: write
steps:
- uses: amannn/[email protected]
Expand All @@ -45,8 +45,6 @@ jobs:
- if: always() && (steps.lint_pr_title.outputs.error_message != null)
name: "📝 Add PR comment about using conventional commit spec"
uses: marocchino/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
header: pr-title-lint-error
message: |
Expand All @@ -68,8 +66,6 @@ jobs:
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
name: "❌ Delete PR comment after title has been updated"
uses: marocchino/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
header: pr-title-lint-error
delete: true

0 comments on commit 61d5aa1

Please sign in to comment.