Skip to content

Commit

Permalink
assets/org.yml: handle linearize history
Browse files Browse the repository at this point in the history
Adds:

- `prod` branch
- `merge_group` trigger
  • Loading branch information
thypon committed Sep 25, 2023
1 parent 60fe9d1 commit 6480989
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: security
on:
workflow_dispatch:
push:
branches: [main, master, staging, development, devel, dev]
branches: [main, master, staging, development, devel, dev, prod]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [main, master, staging, development, devel, dev]
merge_group:
permissions:
contents: read
pull-requests: write
Expand All @@ -22,4 +23,4 @@ jobs:
- uses: brave/security-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
slack_token: ${{ secrets.HOTSPOTS_SLACK_TOKEN }}
slack_token: ${{ secrets.HOTSPOTS_SLACK_TOKEN }}

0 comments on commit 6480989

Please sign in to comment.