Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
name: conventional-commits
name: 'Validate PR'

"on":
pull_request:
types:
- opened
- reopened
- edited
- synchronize
pull_request_target:
types: [opened, edited, reopened]

jobs:
conventional-commits:
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@9.0.0
permissions:
pull-requests: read
secrets: inherit
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ jobs:
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}
supermarket_key: ${{ secrets.CHEF_SUPERMARKET_KEY }}
slack_bot_token: ${{ secrets.SLACK_BOT_TOKEN }}
slack_channel_id: ${{ secrets.SLACK_CHANNEL_ID }}
Loading