Skip to content

Commit

Permalink
add breaking-glass Github Action (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
funollet authored May 23, 2024
1 parent 47441e7 commit 92df1b9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/breaking-glass.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Breaking Glass
on:
pull_request:
types: [labeled]

jobs:
breaking-glass:
if: github.event.label.name == 'breaking-glass'
uses: nuclia/tooling/.github/workflows/_breaking-glass.yaml@main

0 comments on commit 92df1b9

Please sign in to comment.