Skip to content

Commit

Permalink
chore(ci): pr-title linter exception (#1844)
Browse files Browse the repository at this point in the history
* chore(ci): pr-title linter exception

* wip

* fix

* fix

* fix
  • Loading branch information
robert-zaremba authored Feb 17, 2023
1 parent 025b4d0 commit b8bdbb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
name: PR Title Linter
runs-on: ubuntu-latest
steps:
- name: event name
run: echo ${{ github.event_name }}
- uses: amannn/action-semantic-pull-request@v5
if: ${{ github.event_name == 'pull_request' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b8bdbb1

Please sign in to comment.