Skip to content

Commit

Permalink
fix: disable pr title test for external PR
Browse files Browse the repository at this point in the history
  • Loading branch information
drodarie committed Sep 18, 2024
1 parent 7352df1 commit 3db5408
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,9 @@ jobs:
if: github.event.pull_request.head.repo.full_name != github.repository
uses: ./.github/workflows/build.yml
validate-pr-title:
if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
steps:
- name: Create Github token
uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.DBBS_APP_ID }}
private-key: ${{ secrets.DBBS_APP_PRIVATE_KEY }}
- name: PR Conventional Commit Validation
uses: ytanikin/[email protected]
with:
Expand Down

0 comments on commit 3db5408

Please sign in to comment.