Skip to content

Commit

Permalink
Add new step to signal readiness to merge as protection rule
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellp committed Jul 22, 2021
1 parent bca5a46 commit 3efba24
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,4 +280,14 @@ jobs:
with:
channel: pipelines
status: FAILED
color: danger
color: danger

ready-to-merge:
name: Ready for merging
runs-on: ubuntu-20.04
needs: deploy
steps:
- id: ready-to-merge
name: Signal readiness to merge
run: |-
exit 0

0 comments on commit 3efba24

Please sign in to comment.