Compare commits

...

2 Commits

Author SHA1 Message Date
james-prysm
80ded80b4d Merge branch 'develop' into test_approval 2022-06-17 09:55:09 -04:00
Taranpreet26311
f98f93e6e0 Added check for manual approval 2022-05-05 16:24:55 +05:30

16
.github/workflows/approval_check.yaml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: PR approved and labeled
on:
pull_request:
types: [ labeled ]
jobs:
build:
if: ${{ github.event.label.name == 'CI' }}
runs-on: ubuntu-latest
steps:
- uses: trstringer/manual-approval@v1
with:
secret: ${{ github.TOKEN }}
approvers: potuz
minimum-approvals: 1